Multi language - seo links
Im trying to figure out the best method to have a multi language website that will function with seo
Php - mysql select?
hi, i have this code:
Code: <?php
session_start();
// dBase file
include &quo
Warning: Cannot modify header information - headers already sent by (output sta
Warning: Cannot modify header information - headers already sent by (output started at /home/praylif
How do i do multi uploads?.
Hey i would like to do this : http://hosting.mrkrabz.net/
I've got the base down you can uplo
TabControl Inside ListView Not Editing
Hello everybodyI have a ListView on my page. Inside the ListView I put a TabControl, cuz I want to p
Inserting into MySQL Newbie
Hi ive got a slight problem where ive made a simple web form where the customer inserts the ammount
php multiple action on submit
I have a form which says:
<form enctype='multipart/form-data' method='post' action='pr
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
'210010106140040100' == '210010106140040101'
Debugging this simple line of a PHP script
Code: if($a == $b){ }
I've found that with val
Echoing ASCII code
I have a php page that splits a string into chars and then echoes the ASCII code for each char. I'm