matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be somethi
Remove Rows From Database ad
Hi All,
I have this:
Code: [Select]<?php
session_start();
include('../com
duplicate record notification
In my database, after insertion of records, I want to know if the record inserted is duplicate or no
help with contest script
I would like to code a contest script to my site but i don't know how. Could someone just give me pu
include function being weird?
I have a very simple system to grab an IP outputted by a PHP file.. (for a project I have) but it ou
iMatch stored value with the current value in a loop
Hello,
I have a MySQL db were I store articles in.
I have a form to fill these article
curl javascript problem
Hi Experts.
I'm new curl and wanna to get some info from this http://www.amadeus.net/
when
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan
How to calculate days from variable date?
This will be easy for one of you gurus. I want to fetch the date from a variable date, for example:<
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code