Adding to an Int row in db
Hi, i have a database which houses all of the users of my site. One of the columns is for points whi
Accept only alpha characters
I've got this bit of code ready for accepting a phrase:
Code: if (!eregi ("", $_POS
setcookie and isset($_COOKIE(name)) seem very finnicky.
I'm currently playing around with a user system with login and registration. I'm trying to use cooki
bind error during socket programming
i am kinda new to socket programming. wrote the below code for a server. but getting the bind error
Delete all files in folder except with certain name
I have a script that I want to delete all files in a folder (taken from a database) except for one n
same querie, or a new one??
Hi guys,
I'm still working on this drop down list. I've got the actual drop down list to wor
Connecion issue
Hi,
For some reason, I keep getting this error when trying to connect:
Warning: mysql_
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)
for loop without same $i digits?
Hi,
Can some guru please advise how can I accomplish this with a simple for loop ?
I
Beginners syntax and loop questions - help please!
Hi everyone,
I have some problems with php code. I'm currently in the middle of learning php,