How can I access information sent through $_GET on a form?
Comment on this Question and Answer >>>
ASK A QUESTION
More functions PHP Questions
difference between fetch_array function & fetch_row functionhow to create a search engine
How can I call online a PHP function. It works local but when I put it online it does nothing. I call online a php function to load pictures into my flex application. Thanks Bart
How do I make a variable from outside a function work in that function?
I'm trying to replace multipl occurences of "[nuber_goes_here]" in a string using preg_replace. $string = 'This is a sentence with a [25] in it.'; echo $string.''; $pattern = '/(\[)(\d+)(\])/'; $replacement = ' '.return_name(
