- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
11 Posted Topics
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 …
Make sure you have no spaces before the opening <?php tag, if that is your actual code spaces before that have caused issues before.
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 …
[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 …
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]
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 …
[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. …
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 …
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 …
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. …
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?
The End.
Plyswthsqurles