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
~552 People Reached
Favorite Forums
Favorite Tags
Member Avatar for HughLa

I want to make my website layout/elements not jumble up when i use ctrl+mouse scroll. When I zoom into my pages at the moment the elements meld into each other and I don't know how to make it like all the other websites that remain the same regardless of how …

Member Avatar for MidiMagic
0
66
Member Avatar for HughLa

I can't get my sessions to work on my hosting account even though I had my site running perfect on my machine's xampp setup. The sessions just won't last at all. I dont know what the problem is. Is there a setting I have to change or something to make …

Member Avatar for chrishea
0
51
Member Avatar for HughLa

Ok I have been trying for hours and hours to stop my image upload script from uploading the same image whenever a user refreshes the page. I have tried unlink, unset and redirecting the user and back. It still won't quit. I have literally unset every single input element in …

Member Avatar for djjjozsi
0
67
Member Avatar for HughLa

ok so basically I have an image uploader in my page and it is giving me troubles When I first got the script working it had the problem of submitting the same image to mysql whenever the user hit refresh. I fixed this problem with a header that automatically redirected …

0
43
Member Avatar for HughLa

Hi everyone I am having a problem with displaying an image from mysql with base64_decode. my image viewer looks like this: [code] <?php require_once($_SERVER['DOCUMENT_ROOT'].'/site/dbconnect.php'); $result=mysql_query("SELECT * FROM images WHERE p_id='".$_GET['p_id']."'"); $table_returns=mysql_fetch_array($result); $encoded=$table_returns['data']; $image_name=$table_returns['image_name']; $the_date=$table_returns['date']; mysql_close($connect); echo base64_decode($encoded); echo $image_name; echo $the_date; ?> [/code] I don't know what I am doing …

Member Avatar for Banderson
0
325