Syntax Help
Code:
im having trouble with that code snipped
Parse error: syntax error, unexpec
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Filtering for a phrase using pregmatch
Here is my code which looks for addresses which start with ' src=" '
Code: [Select]preg_
Newb advice
Hi all,
I'm a flash front end designer and I've taken on a project that needs some back end p
Keeping track of php uploads
Hello all.
I was looking at the way PHP handles file uploads.
It seems that PHP uses a tem
insert quotes
Hi,
I have an output like this:
Code: john,18,Cancer
How can I change this to
Code:
Wrong Info sent Using $get in form
Hi i have this code that i tried to make to send some info from one page to aother with lots of ppls
Get to know your fellow coder
I think it's time we got personal around here. There's a lot of code swapping and a few members kno
php is not recognized as an internal or external command
Hello,
I am trying to bake the code in CakePHP through my console.
I have changed my Path
Echoing ASCII code
I have a php page that splits a string into chars and then echoes the ASCII code for each char. I'm