Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #3K
~2K People Reached
Favorite Forums

11 Posted Topics

Member Avatar for PoisonedHeart

Hey PoisonedHeart, For storing files it is best to store the location of the file rather then the file as a blob in the database itself. So when you upload the file via PHP, you have to know the file path of where the file is placed so that bit …

Member Avatar for PoisonedHeart
0
229
Member Avatar for chandaboy

Make sure you have no spaces before the opening <?php tag, if that is your actual code spaces before that have caused issues before.

Member Avatar for Plyswthsqurles
0
115
Member Avatar for litchi

using md5 in php is fine, its a one way hash so when you have users register you hash their password. When you log in, you hash the password that they use and compare it to what is in the database, if it matches...they log in, if it fails matching …

Member Avatar for Plyswthsqurles
0
99
Member Avatar for rahul8590

[QUOTE=rahul8590;903378]well i have been doing quite lot a research on web stuff (still naive) i have got various templates for my site and then finally a seminar form which i have downloaded from [URL="http://www.wufoo.com"]http://www.wufoo.com[/URL] now i want to accept the data entered from the form and store it in my …

Member Avatar for rahul8590
0
173
Member Avatar for orangie

If i were you i would check out some tutorials on Netuts. The way i learned was to look at full website tutorials like [URL="http://net.tutsplus.com/tutorials/html-css-techniques/design-and-code-a-slick-website-from-scratch-%E2%80%93-part-ii/"]this one[/URL] and just learn from there. Other sites to look at for the extreme basics are [URL="http://www.w3schools.com/html/default.asp"]HTML[/URL] [URL="http://www.w3schools.com/xhtml/default.asp"]XHTML[/URL] [URL="http://www.w3schools.com/css/default.asp"]CSS[/URL]

Member Avatar for Plyswthsqurles
0
169
Member Avatar for mheher

This is just some suggestions without looking at your code, ill look at it later when i have time. Do you use firebug? If not i suggest you find it and download it, it will make your life so much easier. Also download the web development tool bar for firefox …

Member Avatar for MidiMagic
0
102
Member Avatar for amcshaikh

[QUOTE=amcshaikh;894035]Can anyone tell me what are technical requirements to create a forum like Facebook or Twitter? How does one go about it? I am interested in knowing about how to host the site, what kind of manpower required, etc.[/QUOTE] I would suggest looking into PHP, MySQL, XHTML, CSS for starters. …

Member Avatar for brainsteh
0
91
Member Avatar for Plyswthsqurles

Ive got the email program itself working fine. It interacts with a database to get the "subscriber list" as the people it sends it too. My problem now is i need to fix it to be able to send .pdf files. I have found a couple of scripts that work …

Member Avatar for Plyswthsqurles
0
186
Member Avatar for Plyswthsqurles

Hey guys/gals, I literally just started teaching myself MySQL today and have started to write a email list script for mass emails. Ive got the adding emails and sending mail scripts working but i cannot figure out for the life of me what is wrong with the deleting script. I …

Member Avatar for Plyswthsqurles
0
363
Member Avatar for Zerobuddy

You are on the right path but you are going to need some other things to go along with it. It gets a little in depth but on your server you are going to need a database, it will hold the user's login and passwords, and a server side technology. …

Member Avatar for aashishn86
0
87
Member Avatar for bufospro

There are already plenty of browser compatability problems between IE and Firefox so it could just be that your code isn't valid. Are you using a code generator like dream weaver or expression studio?

Member Avatar for almostbob
0
131

The End.