Help: calling function
Hi,
Is it possible to call a php function on page close?
If yes, could you explain how and whe
cURL Sending File as Post
This is a bit complicated, I'm just hoping someone else has run into this and knows how to do it a d
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
mysql UNION | warning mysql_fetch_array !!
Code: <?php
$i = 0;
$query1="SELECT * FROM `products` WHERE `div
This is driving me nuts!
This insert query looks to be alright, however I get this error:
QuoteYou have an error in yo
mail() problem
Hi Guys,
I've set up a contact email form. It sends the information fine, but it sends it to
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
error checking breaking my code
Hi there, OK first of all, big apologies for what I assume is really fundamental errors in the struc
Little problem with form insertion in MySQL, Please help!!!
Hi!,
I'm a little bit new with php and I have a little issue here. I created a webform to ins
How to copy a part of a vector in a raw memory
Hi,
How can I copy a part of a vector into a memory:
1
2
3
4
5