Files in current folder. Should be an easy fix.
Never mind. I've asked about this before and just found my answer. Anyway to delete this?
split values
I have values that are returned to me in this format:
name=>test,age=>49
Send inserts to mysql thru port 80
Hi!
I have an application that must do some inserts in a mysql db. This db is behind a firewa
str_replace help
Hey there,
I'm a PHP newb, I'm having troubles with the str_replace function. I want to clean
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)
Compare user input to flat file data
Help...Am a complete newbie to programming so my code is prolly quite long. Am trying to verify a us
captcha error
I have been trying to implement a captcha in php...
here is the code..
Code: (php) [Select
Pspell with my own dictionary
Hello!
I've tested two cases using pspell functions.
1)
Code: $dictionary_link = pspell_new
PHP switch function help
Hi, I am trying to create a search function for a directory website. On the search function on html
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?