parameter passing issue on function
Well I thought I had created a pretty slick web page, using ?page and $_GET to load pages which wher
need help modifying script
Hi guys,
I'm fairly new to php and am having a bit of trouble modifying a script.
This
PHP and XML image gallery variable issue
I'm trying to display the large image on the same page as the thumbnails, to do that I'm passing a v
Generate multilayered array from string.
ok so i have a string that looks like this:
Code: [Select]blog:edit_all,delete_all|users:edit_all
Code doesn't print what i wanted it too. Please help!
Hi there,
I wrote this code to mae it so that in the form before it that the user said their
str_replace help
I am thinking str_replace is my only option to filter outputs from my database to convert them to sa
PHP Upload issue
Hi guys,
I have stumble across an interesting issue with my script and is doing my head in.
Add code to enable passing of checkbox variable on login
Ok, I have a login page, but want to add a checkbox that when checked and successful login is made i
Pre-Fill out a PHP form...??
This is for work actually (geek squad). We have to fill out this online php form at work over and ov
what are '%S%', '%E%'
for example when i see Code: [Select]printf("Hello %srn", $name);
what does %s means