| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: May 2003
Posts: 2,187
![]() ![]() ![]() | im about to go insanePHP Code: :cries: anyone tell me whats wrong with this code? if i go to news.php?id=1 nothing works but if its changed to this all to this PHP Code: it selects the values but it doesnt work with the ?id=1 :cries: |
| |
| | #2 (permalink) |
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() | Hey I see one reason why you may not get any results on your first example, you have $newstile and I think it should be $newstitle. ![]() I'm a novice when it comes to MySQL coding, but why do you have the back-ticks around your table names in your SELECT query? Those aren't needed are they? Just wondering. |
| |