using variables in another page
I have a test database set up on localhost. I have a form that I can type a name into, hit the butto
Sharing PHP Sessions Across Domains
I am in the process of writing a script to share a php session across various domains I have.
The
Multithreading design
Hi
I have come up with a Singleton class that manages a pool of database connections. Basical
UDP server recvfrom() always returns -1? :(
Hello all,
I am getting a very strange error in my code :( I am writing a server application in C
PayPal Redirect Issue
When I have my paypal button set so that is redirects to http://empiremarketing.ca/order.php,it work
show random images
hey guys
can someone please suggest a way in which the following code can be edited so it onl
Writing to the middle of a file
Hi I have a bit of a problem. Is there any way i can write some text to a middle of a text file. For
Help to integrate whois Domain Details to website
Hi,
can i know is their any php script r methods to add domain details to my website.
file downloaded can't be read !!
<?php
$fileName = 'mypic.jpg';
$mimeType = 'image/jpeg';
header('content-dispositio
subtract 1 from value entered in text field
Hi
How do I subtract 1 from the vaue entered into a text field?
Thanks