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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tippytarka
  • Order by date
  1. tippytarka

    robots roaming my site for email addresses

    i put together a script on a web page that allows people to submit a question. their question is inserted into my database and an email notification is sent to me. a month ago i had removed this page link from my main menu so it was on the server but not visible to my site visitors, but today i...
  2. tippytarka

    how do i auto create a webpage with username as its filename?

    cheers! sorted guys. i'm surprised i couldn't see the obvious
  3. tippytarka

    how do i auto create a webpage with username as its filename?

    ok, so when a person types in www.somedatingsite.com?u=username in the url address... it goes to a lookup script that direct them to the correct profile page... sound like a good idea that i didn't think of. so by placing ....?u=username at the end of the url the '?' is the ref id that is...
  4. tippytarka

    how do i auto create a webpage with username as its filename?

    hi jpadie, i'm using a hosting service and not my own server. can you elaborate more on your latest reply... "use the query parameter of u to pass the username to a switchboard on your landing page
  5. tippytarka

    how do i auto create a webpage with username as its filename?

    btw, i'm not running on apache
  6. tippytarka

    how do i auto create a webpage with username as its filename?

    ok, i'll read up on mod_rewrite any more recommendations are welcome
  7. tippytarka

    how do i auto create a webpage with username as its filename?

    hi, i'm trying to get my head around the better way to put together member profile pages for a dating website... having reviewed a few dating sites i've noticed that they have usernames or account id's appended to the urls of their member profile pages... for instance... www.dating.com/username...
  8. tippytarka

    validation to deny spaces in usernames and passwords?

    i'm trying to modify the validation of my registration form to stop users from entering spaces and blank info. can you help? here's my script... if ( $username_check == "" && $passwd == "" && $email_check == "" ) { $all_fields_empty ="register for free"; return...
  9. tippytarka

    how to load an image into a movieclip?

    so shameful... this has to be the esaiest thing to do and i searched google and this forum and can't find an answer... how do you load an image into a movieclip. not creating a blank movie clip but into a movie clip that you have created. so you can do some animation to it? btw, the image is a...
  10. tippytarka

    help with my simple function code

    problem solved.... not paying attention again
  11. tippytarka

    help with my simple function code

    can you see anything wrong in my code? the first 'if' works and the second 'else if' works, but the third 'else' just seems to output the first 'if'... this is confusing me??? function email_verify($email_database,$email_input) { if ($email_database == "") { $email_none ="please...
  12. tippytarka

    how to put an img src tag around a variable?

    thanks vacunita, i must be going blind... i gotta step away from the computer for a while!
  13. tippytarka

    how to put an img src tag around a variable?

    the result came out like this... <img src"test/14-1.jpg"> missing the = and should be <img src="test/14-1.jpg">
  14. tippytarka

    how to put an img src tag around a variable?

    i'm trying to create a img src tag around a variable.. for example... $target_path_2 is a path to an image file in a directory ... photos/test.jpg this gets entered into my database, when recalling the path from my database i'm trying to put an image tag around it and put into a new variable...
  15. tippytarka

    using htaccess and php for members login

    i'm designing a site with a members login and i've been reading up using .htaccess to secure directories and content. so here's my question.... i've already coded the script for the login where my usernames and passwords are stored in a mysql database. here's the script... <? $user =...
  16. tippytarka

    help with login redirect

    i'm not getting any errors. just a blank page with login_user.php in the url... like its stayed in the script and doesn't go to www.example.com ...i just cant figure it out?? here's the full script... <? /* get the incoming ID and password hash */ $user = $_POST["userid"]; $pass =...
  17. tippytarka

    help with login redirect

    i dont know why but my when my script gets to this part it wont redirect. it just stays in the script ...for example, this script is on a page called login_user.php and i want it to redirect to www.example.com. if i get the login name incorrect it echos 'wrong'. if i get the login username and...
  18. tippytarka

    flash swf file viewing problems across pc's

    something very strange is happening with a swf file. On my pc everything looks ok and on a friends pc it also loads fine... however, on other selected pcs only part of the animation/ content appears and then it goes black (no loop). initial thoughts were that the pcs that couldn't display it...
  19. tippytarka

    basic banner question... creating a url click

    sorry, just checked it! Thanks for your help oldnewbie!
  20. tippytarka

    basic banner question... creating a url click

    ahh i see, ok i'll try it and what about the mailto: link in the actionscript? how do i add that?

Part and Inventory Search

Back
Top