mysql UNION | warning mysql_fetch_array !!
Code: <?php
$i = 0;
$query1="SELECT * FROM `products` WHERE `div
Creating Images from images in PHP
Okay well I am trying to make a 'dynamic' calender image with PHP.
I have images like this:
Variable Clash
In the past I've had variables clash. For example:
Code: <?php
$c = 5;
$ca
How to convert this array to string
I am having problems converting this array to a string
using print_r($val[1]); I get:
Code: [
double and single quotes in text fields acting up... help please
Single quotes, when entered into a text field, create an sql error upon Submit. It seems to create t
I need help with formatting date from mysql! with php!
Hello guys
*Note: this is a php question not MySQL question, please do not move it to mysql s
Problem displaying "scraped" XML data
I'm basicly having trouble displaying XML data scraped from an URL using cURL.
What the code
Reditecting pages based on logic
Newbie here, apologies in advance!
I am trying to use the header function to forward one of a
New Search Engine
Hey everyone,
I have a ZIP Code Radius search engine already functional. it displays all of t
How to store checkbox array in a session, and then be able to add to it?
I'm trying to store an array of checkbox values into a session array, sort of like a shopping cart,