Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Ahh ok, try uploading it here.
http://tud.at/php/tnef/index.php
If it's a big file you might need to download a decoder. Think it's coz of the format it's sent by, rtf or something
Agree with the above. Fireftp is pretty good and gimp is good also.
Don't agree with wysiwg's though and I use the SciTE editor at scintilla.org.
If you know f*ck all though, it's best to just download a CMS (Content Management System). Saves having to learn anything and there'll be mods you...
I used to use spanames a long time ago, but their downtime kept annoying me. Then went to united hosting and stayed with them ever since. They're not that cheap, but great customer support
To retrieve the variables, you need to make sure session_start() is called at the top of the page. try using print_r($_SESSION) to see what session data is getting transferred. You can call/echo the session vars by using
echo $_SESSION['username'] etc
Have you used gtk? I'm currently using gtk2 and finding it a bit hard to find good documentation for it :dapprove: Wondered if you knew anywhere.
The only session data in there is to check if the user is logged in or not. What more info are you wanting in the session? You can add more...
He speaketh the truth ^.
Have JS to do basic checking, but back it up with severside checking. Maybe use AJAX to validate the form as you're entering it.