mail with attachment problems
Hi. I have the following code:
Code: else if(file_exists("site".$timp.".zip")
How to read CSS message data
Hi,
I have a requirement here. When working as a Dev angel for multiple customers its really di
Multiple Do / While Statements?
I'm still very new to PHP, and running in to a problem when trying to execute a do/while loop inside
Is it possible to put an entire 500-page book in a database with PHP?
I am working on an intranet and I was wondering if its possible to code php with mysql to enter a fu
help with Get_
ok some how this is not working i am not sure what i am doing wrong here but what this does is when
Libraries in C++
Hi all,
I have two libraries. one is based targeted on linux platform and uses another li
php title problem
Hi,
I am having a problem managing my page title with PHP.
Currently I have my <
big pagination problem in php
<?php
$connect = mysql_connect("localhost", "root", "")
import table with dependency
Hi
What is the best way to import table back which has dependency?
SQL> cre
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan