SMTP server...
I recently found a tutorial online on SMTP authentification for sending emails from webpages, here i
Upload file and add HTML
Hey everyone,
I have a client has meeting agendas and minutes that should be posted online. I
JSON SORT WITH PHP
I have two products that I want to sort by say "Id:17, value: xxx" using php
The page w
Packet Design
Hi All,
Im new about network programming and I want to design a protocol but I have some question
Return X values where an ID number doesnt matter
Well as for subject heading, thats the best i could think of.
Currently im having a problem w
Need some ideas as to how to go about sorting this array...
Here's how the array's are created..
Code: <?php
while ($x = readdir($dp)) {
php automatically escaping single quotes
I'm trying to test out my security a bit and I've noticed that php is escaping my single quotes. For
displaying email without attracting a ton of spam
Hello,
this is maybe the wrong place to ask.
How would you display an email address on a w
Breaking results into week blocks
I have a set of dates (and times), which are returned from a mySQL query.
These usually span
Ajax not working on IE 6 for Windows CE
I've created a webpage which uses the classis Ajax in following format:view plaincopy to clipboardpr