urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
regex for quoted text within a string
I am still getting the hang of regex expressions, but I cant seem to figure out how I would escape q
Custom CMS
This is a big custom CMS script I'd like to develop and would like some help atleast figuring out wh
php automatically escaping single quotes
I'm trying to test out my security a bit and I've noticed that php is escaping my single quotes. For
a multi dimensional array with for each
hi, I have been asked to write an array, I have Zone 2,3,4,5,6,7,8 each zone has 3 sections of weigh
Problem with HTTP Caching...?
Hi there, im trying to implement caching. But it doesn't always work.
I post it here because ther
Output Full URL of Current Page
Let's say I am currently viewing a dynamic page:
http://www.mydomain.com/directory/index.php
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter h
AJAX form submit
I recently built a form that submits data to my database with an ajax function that is called throug