Send inserts to mysql thru port 80
Hi!
I have an application that must do some inserts in a mysql db. This db is behind a firewa
How to form a xml form table with a single sql statement..?
Hi everyone,
I don't know if this is going to be a duplicate thread but i couldn't
mysql timestamp manipulation
How could I use a timestamp (e.g 2009-10-30 13:20:35 ), and with php find out if it is:
from
help, header() is not working!
Hello, I have this code:
<?php
/**
* @author samoi
* @copyright 200
script and html conflict in trying to create a header.
I have an error is occurring because of an html webpage with a "php require" at the top of
Get word number x from string?
How can I use a function to loop through a string, and "have a look at" every word in the
Need a fuction to count entries in a field
Hi
I need a fuction to count how many times a email address is entered in to a field.
I ma
* Gridview and Detailsview in UpdatePanel, insert mode problem
I have a GridView and DetailsView working together. When a record from Gridview is selected, Detail
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan