Welcome to study together and talk nonsense together. The PHP interactive communication group (******) provides a PHP learning and communication platform for PHP self-study and workers, so that everyone can communicate with each other in a timely manner, share PHP learning materials, and solve PHP problems. problems, and then promote common progress for everyone.
Welcome to study together and talk nonsense together. The PHP interactive communication group (******) provides a PHP learning and communication platform for PHP self-study and workers, so that everyone can communicate with each other in a timely manner, share PHP learning materials, and solve PHP problems. problems, and then promote common progress for everyone.
I don’t understand what you want so I can’t give an answer
If you are referring to reading from the database:
$sql = 'select column name 1, column name 2 from table name (followed by some restrictions)';
$result = mysql_query($sql);
$a = mysql_fetch_assoc($result);
If you have any questions, please continue to ask.
Don’t know what you want to express?