vaultdweller123 32 Posting Pro

favorite foreign movie of all time - Forest Gump
favorite local movie of all time - Magnifico

vaultdweller123 32 Posting Pro

facebook

vaultdweller123 32 Posting Pro

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....

vaultdweller123 32 Posting Pro

evil doers are so glad with this new technology... now even live video can be fake... lol

vaultdweller123 32 Posting Pro

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

vaultdweller123 32 Posting Pro

in your if statement

if($x or $y or $z == "")

it should be

if($x || $y || $z == "")
vaultdweller123 32 Posting Pro

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... ^_^

vaultdweller123 32 Posting Pro

i don't need a Halloween costume coz my face already is for horror ^_^

vaultdweller123 32 Posting Pro

NOOOOOOOOOO... X_X they are boxers, they're fight will gonna be on Nov. 13

vaultdweller123 32 Posting Pro

Who are you picking? Me i go for Pacquiao ^_^

vaultdweller123 32 Posting Pro

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 ^_^

vaultdweller123 32 Posting Pro

@Andre Only for RPG fanatic ^_^

vaultdweller123 32 Posting Pro

what a waste of brain cells! I'm outta here

vaultdweller123 32 Posting Pro

syatong

vaultdweller123 32 Posting Pro

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.

vaultdweller123 32 Posting Pro

i had fun reading the testimonials hahaha i don't know what to say... im out of words hahaha

vaultdweller123 32 Posting Pro

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 ^_^

vaultdweller123 32 Posting Pro

then play Fallout

vaultdweller123 32 Posting Pro

Sasha Grey ^_^

vaultdweller123 32 Posting Pro

The web designer came from a time machine ^_^

vaultdweller123 32 Posting Pro

1.) naruto
2.) naruto
3.) naruto

vaultdweller123 32 Posting Pro

hes the best there is

vaultdweller123 32 Posting Pro

@ardav like i said theres no harm if you believe those superstition... now the black cat thing did some demo to you ^_^

vaultdweller123 32 Posting Pro

all hail to google! :)

vaultdweller123 32 Posting Pro

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 :)

vaultdweller123 32 Posting Pro

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'");
vaultdweller123 32 Posting Pro

@snowbell hahaha just like our superstition when we see a black cat you will have a bad luck

vaultdweller123 32 Posting Pro

study PHP/MySQL

vaultdweller123 32 Posting Pro

just google it out dude

vaultdweller123 32 Posting Pro

@Ambism hes just throwing a bunch of codes... good luck to you boy ^_^

vaultdweller123 32 Posting Pro

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

vaultdweller123 32 Posting Pro
$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>
	";
	
}
vaultdweller123 32 Posting Pro

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'];

?>
vaultdweller123 32 Posting Pro

its because of your form action

action="http://127.0.0.1/sendsmstest.php"

upon form submission you will be redirected to sendsmstest.php

vaultdweller123 32 Posting Pro
<?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>"
vaultdweller123 32 Posting Pro

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

vaultdweller123 32 Posting Pro

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

vaultdweller123 32 Posting Pro

@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 :)

vaultdweller123 32 Posting Pro

@ardav WAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA! :-O

vaultdweller123 32 Posting Pro

just increment it everytime it clicks and save it to database

vaultdweller123 32 Posting Pro

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?

vaultdweller123 32 Posting Pro

@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 :)

vaultdweller123 32 Posting Pro

a chatting system cannot be achieved by javascript or PHP alone, you need a combination of both which is AJAX.

vaultdweller123 32 Posting Pro
<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>
vaultdweller123 32 Posting Pro

Code Ignigter

vaultdweller123 32 Posting Pro

try using using isset in $_POST

if (isset($_POST['login'])){
vaultdweller123 32 Posting Pro

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

vaultdweller123 32 Posting Pro

i recommend save it on database

vaultdweller123 32 Posting Pro

use mysql_insert_id to get the last inserted id

vaultdweller123 32 Posting Pro

i dont know dude maybe there something wrong with your PHP, coz there's nothing wrong with the code