Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
how to use two buttons with php
hi i have one form. there are three fields which are to be filled by the user. and then there are tw
turning an array into a string then poping it into a db
Hi im just wondering how you get a requested array into a single string then pop it into the db so f
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
parse error
On my local machine I keep getting parse error for my footer. When I put it online, it doesn't show
PHP Tab Control
Hi All,
I would like to have PHP tab control with/without Javascript.
But I want to r
remove trailing slash from array
I have the following array which contains trailing slashes I need to remove. What is the best way to
Problem with the Update command used with a sqldataadapter
I'm connected to a database on an SQL Server and I'm using a sqldataadapter, sqlconnection, sqldatas
If a record matches an existing record do nothing
So I don't know if I should put this here or in mysql, but what my script is for is for people to ad
help retrieiving results and doing pagination
Having some trouble trying to get the results to show on more than just one page.
What is ha