why isn't this PHP code working ???
it's suppose to find a name on the database.
<?php
$s = $_POST["lname&
Simultaneous select/update/insert
Hi
How would I need to go about when 2 users update a single row simultaneous? And how would
Using two $_POST Function / Switch () statements, second does not work.
Hi all. I’m new to php and am having a problem getting $_POST Function / switch () to work. I
Problem Dereferencing
With these types and tables:
CREATE TYPE MANAGER AS OBJECT (
MGR_ID INTEGER,
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Protecting forms
Alright, I want to protect some forms of mine from SQL Injections, because I had someone earlier spa
Coding Critique
I was hoping someone could take a second and look down my code and see if they see any problems with
PHP Captcha Error help - replace the "die" command
Hi All,
I am after a bit of help with a Captcha spam protection box.
The site gave me
FTP issues
Hi all,
I am currently facing some serious problems with a script and really need some ad
want to add a break after a certain amount of characters
i was wondering how to add a break in a blog post after a certain amount of characters... any idea o