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 Mike Lewis 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: estrellas
  • Order by date
  1. estrellas

    Passing Values to another Page w/o a Form

    ouch thanks ... i think i'll just go with session variables ... it'll be a little more secure as i understand it ------- www.letour.fr
  2. estrellas

    Passing Values to another Page w/o a Form

    okay .. forget that last post then (sorry i didn't seee your new post igresman)... i'll learn about using sessions! thanks much!! ------- www.letour.fr
  3. estrellas

    Passing Values to another Page w/o a Form

    hmm .. interesting .. thanks if i passed them through a URL ... how would I pass multiple values ... would this work? http://www.mysite.com/username=$username&password=$password where $username and $password are two different unique variables per session? ------- www.letour.fr
  4. estrellas

    Passing Values to another Page w/o a Form

    Hey guys - I"m working with a lot of php/mysql databases here, and in order to update account information here's the code we use ... printf ("\n<form method=\"post\" action=\"mailadd.php\">\n"); printf ("<input type=\"hidden\" name=\"geo_type\" value=\"rectangle\">\n"); if...
  5. estrellas

    Add New, Edit, Options for Array?

    no kidding about the junk tables ... i'm actually redesigning the system that we have now .. due to the many blank fields .. and it's not a pretty job ------- www.letour.fr
  6. estrellas

    Add New, Edit, Options for Array?

    great thanks! since i'm connecting and stuff with a mySql server, i think i'll use the post and redraw the page - something i'll need to learn but i know what it is now .. thanks again :) ------- www.letour.fr
  7. estrellas

    Add New, Edit, Options for Array?

    Hey guys - i'm not sure what the "right" name of what i'm trying to do .. and taht's what my question is - I'm currently trying to build a menu where users can enter one phone number, and then press "Add Another Phone", and then the old record is posted in text on the screen ... and new input...
  8. estrellas

    Unique Order Num in multiple DB columns

    kinda foggy here on your question .. but your database should autoincroement the orderNum if you set the sql part up right. you'll just want to make sure than when you update the tables ... well here .. when you install database.sql, you usually do drop customer; drop order; drop other table...
  9. estrellas

    Loading..Please Wait Dialog w/mySQL & PHP

    hey guys - i know that this topic has been posted here before, but i can't find it anywhere on the old forums. my question is: how do you do the "loading please wait"? i have a huge database being displayed and I want to make a "Loading Please Wait" while the page is loading. $query =...
  10. estrellas

    CSS Sheet not Attatching

    So I've never had this problem before, but its' starting to drive me up a very large binary tree. I go and create a site in dreamweaver - create the main template, and i can't get my "child" pages to inherit the stylesheet. The template shows it perfectly, but the other things don't. When i...
  11. estrellas

    removing the &lt;?xml version... ?&gt; tag

    cool and thanks! that'd totally work too if i owned the original template (we're nesting templates up to 5 levels deep - i don't own/have privilidges to the first 2 levels) is there any other 'shortcut' to delete the <?xml... ?> tag that you know of? if not that's totlly cool. thanks again :)...
  12. estrellas

    removing the &lt;?xml version... ?&gt; tag

    hey guys - i'm totally stumped with this problem. i'm programming in dreamweaver (duh) and whenever i do a template update on my site there's this grotesque two lines that always appear even after i delete them in an editable region that make my php in the code not want to work. <?xml...
  13. estrellas

    Deleting Cookies

    Why Cookies? I'm using them for controlled access to certain pages. Here's how I create it: if($_POST['Submit']){ //assign a variable to the username the user input $username = $_POST['user']; //assign a password to the username the user input $password = $_POST['pass']; if...
  14. estrellas

    Including a file

    thanks so much DRJ478! i didn't know that you had to set the path absolute. i had it set relative and that doesn't work. the who entire ini_set() is over my head, but it's okay since there's only one file i need to include. thanks so much guys :) cheers! ------- www.letour.fr
  15. estrellas

    Including a file

    Warning: main (connect.php): failed to open stream: No such file or directory and Warning: main(): Failed opening connect.php' for inclusion (include_path='.:') but the file is definitly there. i looked and everything reads that it is there. ------- www.letour.fr
  16. estrellas

    Including a file

    Hey guys thanks for all your help so far .. i swear my question are gonna be starting to slow down because i'm understanding more stuff. One thing though - How do I include a file to be read from another php file ... like here's the thing. i want to include dbconnect.php<?php $dbuser =...
  17. estrellas

    php redirecting after password approved

    Hey guys - I'm trying to make it where users can sign into my database and then if their password is approved, they'll be sent to another page. here's the login script i'm using <?php //this initiates a session session_start(); //see if there is a cookie that is both logged in the session we...
  18. estrellas

    graphics rights change when uploading

    ahh cool i'll check that . .DW may need a patch .. it's been running a while patchless (uploaded with DW by the way) thanks!! cheers :) ------- www.letour.fr
  19. estrellas

    mouse over graphics with PHP

    don't worry . .i can't .. i'm a girl :P ------- www.letour.fr
  20. estrellas

    mouse over graphics with PHP

    yeah, i think i may do that ... i like php a whole lot better than javascript, but i'm so retarded even fro asking for help when i really can't show you guys what's wrong with this...thanks so much tho for helping and definitely i'll take a look at that link :) cheers :) ------- www.letour.fr

Part and Inventory Search

Back
Top