problem with array - multilingual page
this is my test page :
Code: <?php
if(isset($_GET['lang'])) {
if($_GET['la
Linkage between two scripts
Okay say I have this for a link in a script:
Code: <li><a href="#&q
Mail Form receiving emails with no content
Hi, I hope someone here can help me.
I have a simple form in my website, it was working OK, after
IS this code correct
The reason i ask is everything underneath it appears to be alink as well, tis blimmin annoying
Page Reload
I am having issues getting a page to reload after I submit data to a database. This form should inp
cPanel API
Hi Guys,
Need a little guidance. I'm trying to get my script to communicate with cPanel (or W
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
file downloaded can't be read !!
<?php
$fileName = 'mypic.jpg';
$mimeType = 'image/jpeg';
header('content-dispositio
Request.UrlReferrer
I need to make it so that a page can only be loaded when a button is clicked on a specific page. I d
need help with mail()
hi i want to send an email with attaching pdf file using php. i have the following script but the pr