Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Cosmiccradle

  1. Cosmiccradle

    Flipping web page effect

    like this one http://www.oreillynet.com/pub/a/javascript/2004/09/03/flashhacks.html?page=2
  2. Cosmiccradle

    Flipping web page effect

    I've seen it on the net, with things like Flash, Swish etc. does any one know if this effect can be created with php or html scripting?
  3. Cosmiccradle

    Gathering information online

    Found this on the linksky site forum: yep, tried it without the htaccess file - no success. So I used the htaccess file and the php now works on my html pages. So i guess things are already set up to allow this.
  4. Cosmiccradle

    Gathering information online

    I'll try and put it in steps, I use the linksky supersite's templates and site builder which is trellix based, when I'm done I go to Cpanel and use the HTML editor to fix things up for the visual effect like margins, buttons and the like save and it becomes a php page, that is to say that all...
  5. Cosmiccradle

    Gathering information online

    Doesn't look like it, but I ain't giving up, and won't bother you anymore, I'll just stare at the screen till it starts working.[dazed][thumbsup2]
  6. Cosmiccradle

    One login for different programs

    So if I understand it correctly, I don't make a single login pointing to the other programs, what i do is point the other programs to the login?
  7. Cosmiccradle

    Gathering information online

    The text still creates the above problems, the php works fine but outside the site, not in the same page. But I'm still working on it to see if I can get it to work, the php form does work just need to find a way to embed it in my page, but the html editor won't allow me to embed the php form.
  8. Cosmiccradle

    One login for different programs

    Been through the threads here, but can't really find what I'm looking for, that could be my mistake in using the wrong words for searching. What I'm looking for is the following, a central login in that is attatched to the different areas of the site so that people can use the forum and...
  9. Cosmiccradle

    Gathering information online

    Works great on your site, just proves it works and I'll have to get it working on mine. Thanks for the extra effort, if I was in the neighbourhood I'd buy you a beer or two.
  10. Cosmiccradle

    Gathering information online

    I've done what you asked, to be sure I printed it out and rechecked everything if it was copied and pasted correctly, and removed any other codes present on the page so that only your code was present, however I got the same result. Sorry for being so trying.
  11. Cosmiccradle

    Gathering information online

    Also it doesn't seem to be sending the information, nor is it showing up on the page after you click go, do I need to make contact with MySQL database?
  12. Cosmiccradle

    Gathering information online

    Then one last question in closing, the input screen is perfect, however underneath that a line and under that the following: \r\nPersonPlace Name\r\n"; while (($data = fgetcsv($fh, 2024, ",")) !== FALSE): $content .= "{$data[0]}{$data[1]}\r\n"; $i++; endwhile; fclose($fh); $content .= ""; if...
  13. Cosmiccradle

    Gathering information online

    I'm not sure either as to what you understand under configuration, however I'm using Cpanel all my pages are published to the public_html folder after I've worked on them in Linkskysupersite. I gave your script a turn on the HTML editor in Cpanel and seemed to work fine except it didn't know...
  14. Cosmiccradle

    Gathering information online

    Do I place the folder in public_html or do I make a html page and place that in public_html like the rest? And I'm assuming I just chance the domain name to my own, correct?
  15. Cosmiccradle

    Gathering information online

    Well, okay at least now I know it's possible, how do I go about it? I am using Cpanel and Supersite, and any programs avaliable via Fantastico.

Part and Inventory Search

Back
Top