preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
Share admin accross websites
I'm using .net memberships and roles in one of my sites, but I need to be able to share logins and p
question about header() security
is is safe to just use the header() function to redirect someone if they are, say, not logged in? or
Echo-ing MySQL content and Keep Formatting?
I have data in my MySQL such as:
QuoteBlah blah
Blah blah
etc
but when i ech
array & querys help/advice.
Ok so here goes , I have a mysql database and basically here's what I need to do.
// foreach
PHP, jAVASCRIPT setting input values, why isn't it working?
Hi:
I am calling this javascript:
<script language="javascript">
If a form submits back to same page do you need to use $get
IM trying to pass page number and year that was selected back to the same page.
i have this c
Filling gaps in dates
So i'm doing a query for sales data and my return array looks like this
('date' => '20
Help with email validation please...
Hi,
Please could you help.
I have a register.php login page where users register, the detail
How to find OS bit version
How can I tell the person browsing my site is running 32, or 64 bit operating system?