favorite foreign movie of all time - Forest Gump
favorite local movie of all time - Magnifico
vaultdweller123 32 Posting Pro
vaultdweller123 32 Posting Pro
favorite foreign movie of all time - Forest Gump
favorite local movie of all time - Magnifico
1gb RAM and 1gb video card is not so bad and I Prefer PC over console by control advantage... like shooting game... it's so much easier to aim using mouse rather than analog....
evil doers are so glad with this new technology... now even live video can be fake... lol
yes ajax is more advance it's the combination of PHP and javascript... that allows you to request data on the server without refreshing the page
in your if statement
if($x or $y or $z == "")
it should be
if($x || $y || $z == "")
just a suggestion:
javascript is very complicated... specially when your coding native javascript... i recommend you make use of the most popular javascript library today... which is jQuery; It will make your life more easier... ^_^
i don't need a Halloween costume coz my face already is for horror ^_^
NOOOOOOOOOO... X_X they are boxers, they're fight will gonna be on Nov. 13
Who are you picking? Me i go for Pacquiao ^_^
The best - loved my best mate, so shared this girl with him. Wild as hell. Great days.
The worst - girlfriend found out above our threesomes and dumped me. At least she didn't want to join in - that would've been worse still.
niceeeeeeeeeeeeeeeee master ^_^
@Andre Only for RPG fanatic ^_^
Then i will not shoot the rabbit and wait for another animal to shoot, there's always a choice ^_^ and shooting a talking rabbit is very creepy... the talking rabbit might curse me and i would not rather take the risk.... and i don't have to stomach to eat a talking rabbit... rather i find it very fascinating as i will perhaps befriend the talking rabbit rather than killing it.
i had fun reading the testimonials hahaha i don't know what to say... im out of words hahaha
and what's so funny here is that, this website only uses 1 external javascript file named urchin.js and does not use CSS formatting at all ^_^
The web designer came from a time machine ^_^
1.) naruto
2.) naruto
3.) naruto
@ardav like i said theres no harm if you believe those superstition... now the black cat thing did some demo to you ^_^
all hail to google! :)
aw mali hahaha
mysql_query("UPDATE customer_order set `Truck` = '$truck' where Customer_Number = '$cust_no'");
paki change yung Location to Customer_Number sa where clause mo ^_^, btw dapat mag english na tau baka magalit ang admin sakin :)
hi mirth... filipinio ka noh? kac nakita ko yung location = caloocan. hahaha tol try mo daw change to
mysql_query("UPDATE customer_order set `Truck` = '$truck' where Location = '$location'");
to
mysql_query("UPDATE customer_order set `Truck` = '$truck' where Location = '$cust_no'");
@snowbell hahaha just like our superstition when we see a black cat you will have a bad luck
just google it out dude
@Ambism hes just throwing a bunch of codes... good luck to you boy ^_^
one thing is for sure, theres an error in connecting to the database or selecting a table or wrong table names you have renamed it, review your database
$stylequery="SELECT DoorID, DoorType
FROM do_style
WHERE DiyOrderID = '$orderId'" ;
$styleresult= mysql_query($stylequery,$con)
$max = mysql_num_rows($styleresult);
for($i=0;$i<$max;$i++)
{
$row = mysql_fetch_array($sql);
echo "<tr>
<td style='width: 49px; height: 24px; text-align: center' title='Wall Cabinets'>
".$i."
</td>
<td style='width: 61px; height: 24px'>".$row['DoorType']."
</td>
</tr>
";
}
its because of your header() redirection, before the echo can output your message the page has been redirected. you can try this
<?php
if (trim ($_POST['yourname']) == "")
{
echo "<script>alert('u have not entered any data');
window.location='redirect.html'</script>";
}
echo $_POST['yourname'];
?>
its because of your form action
action="http://127.0.0.1/sendsmstest.php"
upon form submission you will be redirected to sendsmstest.php
<?php
echo "<form>
<input type='text' name='txtsample' value='' />
<input type='submit' name='btnsubmit' value='submit' />
</form>";
?>
or
<form>
<input type='text' name='txtsample' value="<?=$_GET['txtsample']?>" />
<input type='submit' name='btnsubmit' value='submit' />
</form>"
edit your timezone in php.ini
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "Asia/Manila" //edit your timezone here
click here for the rest of timezone http://php.net/manual/en/timezones.php, after your edit save changes and restart your PHP server
one thing is for sure, the condition didn't satisy the if statements. try echoing those variables to see their value, ie $avatar, $ulevel and $inactive
@snowbel hahaha that's a very funny superstition hahaha you make my day dude, a like it :D, but we don't have that hehe :) we also had a superstition that if you let someone walk over you wont grow anymore and if you drink 1st with someone older than you get a mustache hehe :)
@ardav WAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA! :-O
just increment it everytime it clicks and save it to database
whats the value of $_GET? ist the name of a person?, like "John"?, why are including names?, include and require function are used for including files, of course the $urle works coz its a path to the filename which is the january_10.html. what are you tring to do?
@ardav are you religious? do you believe in god? coz you sound like you dont, religious people are superstitous in nature, that's what we are, if you think were stupid then fine, thats our culture.
@PCSAWICK829 haha yeah my avatar is Sulik, hes my favorite party-npc in fallout 2 :)
a chatting system cannot be achieved by javascript or PHP alone, you need a combination of both which is AJAX.
<script type="text/javascript">
function jfunc(x){
if(x=="shirt_yes"){
document.getElementById("jdiv").style.display="block";
}else{
document.getElementById("jdiv").style.display="none";
}
}
</script>
Include Shirt: <br/>
Yes:<input type="radio" name="shirt" onclick="jfunc(this.value)" value="shirt_yes"/>
No:<input type="radio" name="shirt" onclick="jfunc(this.value)" value="shirt_no"/>
<br/>
<div id="jdiv" style="display:none;">
Size:
<select name="size" id="size" onChange="MM_jumpMenu('parent',this,0)">
<option>medium</option>
<option>large</option>
<option>XL</option>
<option>XXL</option>
</select>
<br/>
<input type="submit" value="Submit order" />
<br />
</div>
</form>
try using using isset in $_POST
if (isset($_POST['login'])){
there no harm of you believe, and btw we have a superstition called "sukob" that sibling should not marry with in the same year or something horrible will happen
i recommend save it on database
use mysql_insert_id to get the last inserted id
i dont know dude maybe there something wrong with your PHP, coz there's nothing wrong with the code