Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~3K People Reached
About Me

nothing much to tell

Interests
reading , movies , internet
Favorite Forums
Favorite Tags
php x 25
Member Avatar for yara1

hi How do I write php code to check if checkbox is checked or not ? correct my red line please :) [code]<html> <head> </head> <body> <script language="JavaScript" type="text/javascript"> function add() { <?php extract($_POST); [COLOR="Red"]if(category[0].checked)[/COLOR] $query = "INSERT INTO mytable (cat) VALUES ('1') [COLOR="red"]if(category[1].checked)[/COLOR] $query = "INSERT INTO mytable (cat) …

Member Avatar for ravibose
0
2K
Member Avatar for doel.jangkrik

I am trying to make a login page using php. index.php contain form for "login" and "password" which will be check by "process.php" My intention is: if the login or password is incorrect, an alert box will pop up telling the user the case, and redirect back to index.php Here …

Member Avatar for doel.jangkrik
0
99
Member Avatar for yara1

hi how i redirect from .org to .com ex: my page is [url]www.aaaa.com[/url] i want when user write [url]www.aaaa.org[/url] then it will redirect automaticly to [url]www.aaaa.com[/url] :)

Member Avatar for ryan_vietnow
0
106
Member Avatar for yara1

hi [CODE] if (confirm ("are u sure "); { <?php mysql_query("INSERT INTO student ('id','name') VALUES ('1','osama'); ?> window.location='home.php';[/CODE] even if i chose cancel value will add to my data base why ??

Member Avatar for yara1
0
77
Member Avatar for yara1

hi every one i find this code and i read this descreption about it : code to call function after u click on it [CODE]<a href="<?php $_SERVER['PHP_SELF']?>?type=del"> <img src="del.png"/> </a>[/CODE] my qidtion : can i know any information about image when i call function using this code i mean can …

Member Avatar for nav33n
0
70
Member Avatar for conandor

anyone know how can i convert bmp to jpg using php? ve play wif gf function but seem got work out

Member Avatar for helraizer
0
852
Member Avatar for yara1

hi i design websit to view images i want when admin click on the image image will be deleted how i do that ?? this my code [code] <head> <script type="text/javascript" > function vvvv($id,$im) { [COLOR="Red"]if(confirm("are you sure want delet this imagej?")); $b=true if($b) { <?php mysql_connect ('localhost', 'root'); mysql_select_db("pickapic"); …

Member Avatar for yara1
0
86
Member Avatar for yara1

hii again sorry i ask much but i need help and i learn this my error massage:: Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\admin\logink.php:9) in C:\xampp\htdocs\admin\logink.php on line 24 <html> <head> <?php extract($_POST); if (isset($_POST['userName']) && isset($_POST['password'])) { $userId = $_POST['userName']; $password = …

Member Avatar for Ole Raptor
0
93