Jump to content
xisto Community

dave2win

Members
  • Content Count

    58
  • Joined

  • Last visited

Everything posted by dave2win

  1. Hi,I think that registered globals are not enabled on Xisto servers so as you are forwarding your page id as GET mathod then you should use superglobal $_GET[]. You can put the variable ($id) within the parenthesis.Like this<?php include($_GET['$id']); ?>I also prefer include_once rather than include. It's just a precausionary measure. You should also use superglobals whereever you wanna refer to data from other page which are forwarded to current scripts.That's better programming.I also add this. You should know your server settings from a phpinfo(); file on your Xisto server and then use them to manually configure your local PHP settings so that what runs on your PC should run similarly on your Xisto servers, and other than your fiance the rest of the world can enjoy it. Notice from rvalkass: Merged double posts. Remember you can use the Edit button to add to your post if no-one else has replied.
  2. Hi,Do as the previous post and clear all your stored data (such as cookies, temp IE files, history) then check your browser properties if you have cookies enabled. If not allow them I hope you won't have the problem again. It's also worthful if you can format your machine once cause that's how I solved my machine when it was giving such probs. But I think that you should try some other browsers before formatting (if you like the formatting idea and don't have any imp data on your comp).SafariOpera Firefox are some good alternatives.Dave
  3. Okay, The SMTP Server of Xisto is sending mail cause SMTP's don't require the POP side to be ready to send mails . So you are not having any troubles in sending mails. But I think your account is not activated or something like that as a result you are not allowed to send mail.Dave
  4. Hi,Just want to add this. You can also get languages tutorial at bbc.co.uk . Search for languages tutorial in their Search Box. There are many good ways to learn languages.Dave
  5. Hi,Just wanted to add this. You could easily state that you will give some special stuff once they gets logged in & lock off something from public. THis way the guest users will get tempted to get registred. You can also name some peculiar id to their acc, such as " Once you get registered you will get a "YOUR_SITE_NAME_ID". Just try this, you will surely be getting incresed traffic and forum registrations. You can also ask people to post a certain no. of posts to get some special service like Xisto.com this web hosting is doing.Dave
  6. You could use Macromedia Dreamweaver to solve the problem. It is a good HTML editor. Copy the HTML code by using View Source in the browser. Then save it as an .html file:--Open it using Dreamweaver.Then you can see it in correct format cause Dreamweaver can accept lots of FormatsU can also use the &****; emulator which allows to see non standard letters.Dave
  7. Hi, You can go to knowfree.net or myebooks.tk. There you will find lots of books on HTML. Search for the term "HTML". You can also search for the term "CSS", if you want to know about designing HTML Scripts. If you want more help you can PM me for personal help.Dave
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.