Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Forums
Member Avatar for chris_j_haines

Hello my name is Chris. I am in the process of designing a website for web tutorials, articles and resources based around web design and coding and articles on various web based topics. I would like a list of useful resources which people can use to learn and develop their …

Member Avatar for LastMitch
0
286
Member Avatar for chris_j_haines

Hi I have had a client asking me to look at the image upload section of the site i have built for them: Here is the upload form code: <form enctype="multipart/form-data" action="processupload.php" method="POST"> <input type="hidden" name="MAX_FILE_SIZE" value="100000000000" /> <center>Choose photo to upload: <input name="uploadedfile" type="file" /><br><br> <input type="submit" value="Go to …

Member Avatar for diafol
0
244
Member Avatar for chris_j_haines

Hi I have for many years been learning html/css and have built many sites for personal use, each time I get better at designing sites and have started to learn about creating layouts in Adobe Photoshop and converting them to HTML./CSS. I have had some experience with PHP and MySQL …

Member Avatar for chris_j_haines
0
140
Member Avatar for chris_j_haines

Hi I have an occasional problem with the following scripts Here is the file upload form [CODE] <?php session_start(); if(isset($_SESSION['username']) == false){ header("Location: login.php"); exit(); } if(($_SESSION['userlevel']) != 'admin'){ header("Location: login.php"); exit(); } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> …

Member Avatar for stoopkid
0
166
Member Avatar for chris_j_haines

Hello I am in a bit bother at the moment, I have an application where I add a contact and at the same time I upload an image to the images directory. Basically I have a feature where you can delete a contact and what I want to be able …

Member Avatar for kaisarkhan87
0
142
Member Avatar for chris_j_haines

Hi, I have found this forum very useful so far so I was hoping someone could offer me some help again as I have run out of ideas. Basically here is my code: addcontact.php [CODE] </head> <body> <div id="container"> <div id="header"> <table width="980px"> <tr> <td align="left"><img src="images/lcaclogo.gif" width="100px" height="100px"></td> <td><h1>LCAC …

Member Avatar for ddymacek
0
186
Member Avatar for chris_j_haines

Hello Before I show you my code I would just like to put forward to whoever is willing to help me, and I have spent the last 2 days looking at hundreds of different login scripts and my head is hurting as the more I look at them the more …

Member Avatar for chris_j_haines
0
174
Member Avatar for chris_j_haines

Hello I have been reasearching many sites regarding encryption, I am a bit lost. I can cryp() the password with $salt but when I go to login and compare the passwords it keeps taking me back to the login. I have taken out all the encryption code but below is …

Member Avatar for chris_j_haines
0
125
Member Avatar for chris_j_haines

Greetings I have asked by a client who I designed a website layout for if I can build a "restricted access" section to their website. The website is for a church and they want a section for just staff for important forms and documents. I have programmed a php/mysql application …

Member Avatar for chris_j_haines
0
279
Member Avatar for chris_j_haines

Hello people I have been learning HTML/CSS and PHP for some time now, I am getting alot better with the coding side of things and I am slowly developing. I am now geting to the point where I can do the coding side and layout in CSS but the pages …

Member Avatar for WebStudio Pros
0
219
Member Avatar for chris_j_haines

Hi I have been asked by someone to build a map of the UK and put links on it to different websites dependant on the area. I am so stuck and really dont know how to achieve this? Can anyone give me any advice?

Member Avatar for almostbob
0
164
Member Avatar for chris_j_haines

Hi, I have managed to get a couple of friends asking me to design sites for them, I have experience in web development from when I did my project at university but I have become rusty. I used to use webmonkey for many of my tutorials but I find that …

0
64
Member Avatar for chris_j_haines

Hi, I was hoping if anyone could give me any guidance. I have always been interested in website design, mainly the coding using HTML and CSS (I also have experience with PHP and MySQL as I used this for my final year project at university) Basically what I am looking …

Member Avatar for janetzensis
0
115
Member Avatar for chris_j_haines

I am looking for ideas of projects I can do to further develop my PHP and MySQL skills. I did Business IT university and have a good knowledge of PHP and MySQL as I did my dissertation in it. I would like to develop these skills further but I have …

Member Avatar for Stefano Mtangoo
-1
89