- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
That's just how php is intended to work.
Admin
Brilliant,
They can now take this to the next step. Just put most of the code into the database itself then rewrite the index page to simply be a call to the database and you will have... SharePoint... :)
CAPTCHA --- usitas... use it as is.
Admin
I know it's still horribly retarded, but the surely the main failing (offset) could be simply countered by replacing:
$st[] =stripslashes($row_st[st]);
With:
$st[$row_st['id_st']] = stripslashes($row_st['st']);
?
Admin
TRWTF is the mysql_ functions. Doesn't anyone know, we upgraded to OOP with mysqli a couple years back?