Creating Images from images in PHP
Okay well I am trying to make a 'dynamic' calender image with PHP.
I have images like this:
cURL error
So here is my code... I got it off of here... http://www.youtube.com/watch?v=XcgQUsorF_8
Because
Entering Data Problem
Code: $result = mysql_query("SELECT * FROM flights");
while ($row = mysql_fetch_array($
IP question
ive got 2 ip addresses both global from same user how would i detect if they are local to each other
Notice Undefined index: reset/ Attempting to redirect, works, but get a notice
Full Header.php is:
Code: [Select]<?php
$reset= false;
$reset= strip_tags($_GET[&quo
PHP webpage & array print issue
I have this code running, and it works perfectly … however, see my bottom bit about what I see
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
search query in mysql in php problem
my search query wont work, i know, that my codes are correct.please help
Code: [Select]&l
Insert data in Mysql and move to another page
I'm stuck with this simple problem. I need to insert data in Mysql and then hit submit and move to a
type check while uploading
Hi Everyone,
How can I check the exact type of a file while uploading on my site?
Here