I have a question

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
King James
Forum Newbie
Posts: 7
Joined: Thu Aug 21, 2003 3:12 pm

I have a question

Post by King James »

I posted this in the PHP board as well. Basically, I have a PHP document that is supposed to make a page that will allow you to enter in sql queries, send them, and then display the results on another page. I enter in the code, and everything works fine. Or should I say everything DISPLAYS fine. However, when I hit "Submit Query," I go to mysql_send.php?form=yes, but nothing happens. There is no new page displayed, you can't see anything that you've done....in essense nothing is actually working. Anyone have any ideas?
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post by m3rajk »

show us the code yo use. unless we know what you're doing we'll have no clue what's wrong
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

It's best not to multiple post. If you have a script problem, post in the normal forum. If you've narrowed that down to a database issue, post here.
Post Reply