No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
The error is easily spotted with the colours produced in the [ PHP ] tags. Unfortunately, your code is thrown off by the apostrophe in "I'm". Go through TEXT_INFORMATION and put a backslash (\) before each " or ' so that PHP will not attribute any 'special meaning' to them, …
Uh, if you weren't trying to secretly advertise your site, you wouldn't post the URL.
[PHP] $pquery = "select busNo from $table1 where place like '".$SearchType."'"; $squery = "select * from $table2 where busNo like '".$pquery."'"; [/PHP] If $_POST['searchplace'] was given as "Foobar" (for want of a better example), $squery would be set to: [QUOTE] select * from STUDENT where busNo like 'select busNo from …
I don't understand the question really, but the best advice for [i]starting[/i] a big project is to plan, [i]plan[/i], [b]plan[/b], [u]plan[/u]...
I can't see anything wrong with it...
The End.