Forum: PHP Oct 15th, 2008 |
| Replies: 2 Views: 279 well this look like complicated to me as nebie in php, but let me try it. i well send you back if i can ued this. thank you so much. |
Forum: PHP Oct 15th, 2008 |
| Replies: 2 Views: 414 hi all;
im looking a good example of 3 selector like for region province and city.
if select form the list of region the province would have a list of province belong to region
... |
Forum: PHP Oct 15th, 2008 |
| Replies: 2 Views: 279 hi all;
im looking a good example of 3 selector like for region province and city.
if select form the list of region the province would have a list of province belong to region
... |
Forum: PHP Oct 9th, 2008 |
| Replies: 1 Views: 338 hi to all;
Please tell me where to find a good example of multi dropdown list. I need a dropdown list menu for state, country and state which are the state country and city are retrieve from... |
Forum: PHP Sep 30th, 2008 |
| Replies: 2 Views: 383 <?php
switch($select) {
case "city": {
if ($select!=all) {
$city=$select;
$select="city";
}
else
$city=$select;
$heading="Hotels for... |
Forum: PHP Sep 30th, 2008 |
| Replies: 2 Views: 383 hello to all;
I'am newbie to PHP and needed to all php master,
Please help me to make this code funtionally working,
her is my code that i mean to
<form... |
Forum: PHP Sep 29th, 2008 |
| Replies: 1 Views: 1,109 hi all;
Sory for disturbanced, Im just newbie in PHP really needed your help Smiley, basically i have created three dropdown list. but I got a problem to display the value on selected category.... |
Forum: PHP Sep 17th, 2008 |
| Replies: 0 Views: 468 hi to all;
does anyone can tell me if where can i find a sample code of php that woul look like a tree menu, well my is. I want to make a update menu which is if i click the update menu... |
Forum: PHP Sep 8th, 2008 |
| Replies: 2 Views: 825 thanks, I am going to try it |
Forum: PHP Sep 8th, 2008 |
| Replies: 2 Views: 825 function getAllR($Region_id) {
//returns an array with city info
$query="SELECT * FROM cityinfo where Region_index='$Region_id'";
$result=mysql_query($query);
if (!$result)
return... |
Forum: PHP Aug 15th, 2008 |
| Replies: 1 Views: 520 hi all;
i was creating a function to tell the php to set into Utf-8, but i got a problem wiht it. Im looking for a good resource of code that tell the php to set only a Utf-8,
... |
Forum: PHP Aug 15th, 2008 |
| Replies: 5 Views: 640 hi; yes maybe your right;
but i finally solve this problem. actually its my mistake, I forgot to post the default email of the reciepient. Im sory :$ |
Forum: PHP Aug 15th, 2008 |
| Replies: 5 Views: 640 hi, well i found somthing difference, this is more getting worry of me. |
Forum: PHP Aug 15th, 2008 |
| Replies: 5 Views: 640 class request {
var $email;
var $senderName;
var $senderPhone;
var $senderEmail;
var $senderSubject;
var $senderMessage;
var $returnEmail;
var $header; |
Forum: PHP Aug 12th, 2008 |
| Replies: 4 Views: 467 hi all;
subject : test
From : jhon stone [jhone@xxxxxxxxxxx.xxx]
to : reciepient |
Forum: PHP Aug 12th, 2008 |
| Replies: 22 Views: 1,478 try this code; gope this can help you, that's power only i got. im newbie in php to,:$
<?php
include ('connect.php');
?>
<form name="form1" method="post" action="dogstore.php">
Dog's Name:... |
Forum: PHP Aug 12th, 2008 |
| Replies: 6 Views: 1,063 hi all;
thanks alot for all the replies, I finnaly solve ny problem, here is the whole code, actually I made a changes and add the line of code. hope this code will be more perfect as... |
Forum: PHP Aug 11th, 2008 |
| Replies: 11 Views: 1,367 hey;
I had been using the include and require if i want to have a continue execution. but i also use the include_once and require_once if I want the execution once only.
hope this... |
Forum: PHP Aug 11th, 2008 |
| Replies: 6 Views: 1,063 hi, well, there is no error after i click the submmit button; |
Forum: PHP Aug 11th, 2008 |
| Replies: 6 Views: 1,063 well thanks, but the requirement that i need to fullfil is must be a classes, thank any i try code. |
Forum: PHP Aug 11th, 2008 |
| Replies: 6 Views: 1,063 hi all;
I create a php classes to insert my data into database, but it doest work, please help me with this. here is my whole code.
<?php
require_once('connect.php');
... |
Forum: PHP Aug 8th, 2008 |
| Replies: 1 Views: 1,194 hi all;
i have found a code that would generate a time and date, this works fine,
my main goal is i want to change the date and time format.
here is the code that i found,
... |
Forum: PHP Aug 8th, 2008 |
| Replies: 2 Views: 2,374 hi all;
can anyone tell me where can i find a good example for this;
i have this whole code
<?php
$name = $_POST['name'];
$sender = $_POST['e_mail'];... |
Forum: PHP Aug 7th, 2008 |
| Replies: 2 Views: 451 hi all;
i have a code that would send in two person, after submmited the form, only one person recieve the email
here is my code;
<?php
$name = $_POST['name'];... |
Forum: PHP Aug 6th, 2008 |
| Replies: 4 Views: 360 thanks for the reply, but it desame problem; |
Forum: PHP Aug 6th, 2008 |
| Replies: 4 Views: 360 hi all;
I have code that proform the dropdown list of the country. then after submmitted, it show the ouput, but the country i select from my drop down list, did not display.
... |
Forum: PHP Aug 4th, 2008 |
| Replies: 3 Views: 396 after submmited the form to the company, then the company recieve another message authomatically retrieve from the database. |
Forum: PHP Aug 3rd, 2008 |
| Replies: 3 Views: 396 Hi, guys. I've got a simple request form that is submitting a request to a company email address. However, now when the form is submitted, I need the data to be sent in an email to the site's admin.... |
Forum: PHP Aug 1st, 2008 |
| Replies: 4 Views: 519 this is my heading
<?php echo "<?xml version=\"1.0\" encoding=\"utf-8\"?".">"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">... |
Forum: PHP Aug 1st, 2008 |
| Replies: 4 Views: 519 yes i ahve a docktype.
what encoding type should i do so that the IE 6 and IE 7 detect the utf8??
do you havve idea? |
Forum: PHP Aug 1st, 2008 |
| Replies: 4 Views: 519 hi all;
I' am using the encoding type utf8- and its works on the firefox. but when i run my index on the IE 6 and IE 7 it does not detect the utf8. what seems to the problem of this? Can... |
Forum: PHP Jul 31st, 2008 |
| Replies: 1 Views: 424 hi all;
i have a problem on my code, it does not display the city after I click the selected city. intead i got an error. please check the line of my code.
this code works fine.
echo... |
Forum: PHP Jul 30th, 2008 |
| Replies: 1 Views: 338 hi all;
what is wrong with in this code, please correct it
thanks
<?php
$value="";
$city="";
echo... |
Forum: PHP Jul 30th, 2008 |
| Replies: 1 Views: 341 hi all;
I have a problem in diplaying the city name. pleas cheack the line of this code. |
Forum: PHP Jul 24th, 2008 |
| Replies: 7 Views: 476 ow; well that is another part for me to find out thanks, by the way, but can you give an exaple on how would i use the get_file_content to read the line of file? |
Forum: PHP Jul 24th, 2008 |
| Replies: 7 Views: 476 $string = file('test.php'); // $string is assign for the line of file. and
$strings=processFile($string); // this will get the line of string to return as an arry of string.
hope it now clear... |
Forum: PHP Jul 24th, 2008 |
| Replies: 7 Views: 476 yes, but i was wondering maybe nobdy get my poin so im explaning in anohter way to understand, sory for that, I have alredy tried your replied but it doesnt work, it showing an erro desame with i... |
Forum: PHP Jul 24th, 2008 |
| Replies: 7 Views: 476 hi all;
I have a recursive function the read the file, but its doesn work properly so It a big problem for me as a newbie in php, i need help to someone, here is my function that read the... |
Forum: PHP Jul 24th, 2008 |
| Replies: 1 Views: 254 hi all,
well sory for my bad question, its my bad. by the way thanks for your replied but it seems still have a problem. my only main goal is creat a function read a file. and I... |