Search found 5 matches

by patraghost
Sun Jul 03, 2011 10:17 pm
Forum: CSS / Styling
Topic: Css IE kai Firefox
Replies: 1
Views: 2275

Css IE kai Firefox

hello guys! i am new to css and i got a question! I am trying to create a css style of 2 columns,header,footer. i try this simple code Using css Syntax Highlighting body{ background-color:#000; margin:0; padding:0; } #header{ margin-top:0; background-color:#01B084; height:150px; text-align:center; }...
by patraghost
Sat Jun 04, 2011 10:28 am
Forum: PHP
Topic: PHP/Mysql foreign key fill
Replies: 2
Views: 725

Re: PHP/Mysql foreign key fill

both... anyway i solve it using session variables :) tnx for reply
by patraghost
Thu Jun 02, 2011 10:06 am
Forum: PHP
Topic: PHP/Mysql foreign key fill
Replies: 2
Views: 725

PHP/Mysql foreign key fill

hello again :P.i got a question! firstly i fill the form customer data (a field is cust_id).Then i will fill the from purchase.in purchase form a field is cust_id which is the foreign key .My question is - how do I get automatically complete of the Foreign Key field of the form purchase since i alra...
by patraghost
Mon May 30, 2011 10:28 pm
Forum: PHP
Topic: image manipulation php mysql blob type
Replies: 6
Views: 1594

Re: image manipulation php mysql blob type

but generally its kind of convinient to me for the specific site i develop ! can you help me pls ?
by patraghost
Mon May 30, 2011 3:30 pm
Forum: PHP
Topic: image manipulation php mysql blob type
Replies: 6
Views: 1594

image manipulation php mysql blob type

hello there! i got a question about blob mysql data.i have a button and on buttonclick i want to open a popup (and passing date parameter) and show some details and display a photo.if i try <?php if (isset($_GET['p'])){ $temp_date=$_GET['p']; echo "DATE : $temp_d <br>"; $connect=mysql_conn...