Sending CC Info by email
I am a little bit less knowledgable in the security area as most developers and I know I have a lot
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
PHP & Java
Hello,
can PHP code be used inside java code?
Code: <SCRIPT LANGUAGE="Java
PHP - HTTP Digest Authentication - Understanding Code Help
Hi Everyone,
This is my first time on your website and please excuse if I am asking silly que
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Warning message
I've put a website that I was doing live and I'm getting this warning message when I try to add a ne
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
this code is strange !
Hi i got this code from the web.. It checks for live and dead socks
It is working perfectly on my
Hit counter updating once per IP - IP HIT COUNTER
I have a hit counter, for the amount of views on a tutorial.
It'll do the query and then do..
Escape Latin Characters
I need to escape latin characters in an xml doc. Example: "é" is escaped to "é". I thoug