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 bkrike 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: MarlaJ
  • Content: Threads
  • Order by date
  1. MarlaJ

    Network ftp to remote server problem

    Good afternoon :) I have things set up on my computer as my local version of my site is residing on a Windows (XP I think) network drive and I automatically ftp the changed files to the remote server (Linux based). I set it up in the Edit Sites that when logging on to the Linux box the home...
  2. MarlaJ

    Hyphen issues with mail()

    I have created an email which queries my MySQL database for the email distribution list, assigning the email list to the variable $to. It appears that any time I have a hyphen in the email address it messes up and I think it's putting in a hard return after each hyphen so the email list isn't...
  3. MarlaJ

    Problem with URL variables

    I'm passing variables in my url and reading them on a page (i.e. http://mydomain.com/tt.php?ctypeid=2&list=1) and my code doesn't appear recognize the variables "ctypeid" and "list". When I echo $ctypeid and $list on my page they are both null. My code for tt.php works on...
  4. MarlaJ

    Cookie not working - maximum length hit?

    I'm having a problem with my cookies. It was working perfectly and then my boss asked me to add a few things so I added them to the cookie. Once I added the 11 new 1/0 (tinyint datatype) items my cookie started dropping the items it stored in the cookie first. I tried changing the cookie name...
  5. MarlaJ

    Convert int to date?

    I am trying to do a PHP page which displays all events within the current month, however the date field is an int and I don't know how to convert it just for my query. Is there a int-to-date function that can be used in a query to convert the date?
  6. MarlaJ

    Problems inserting data

    Newbie here with a question though I'm not sure if it belongs in the PHP forum or the MySQL one. I've been trying to insert data into MySQL via PHP and haven't been successful. A mysql_affected_rows() says "-1" records added, with no other error and no data inserted. My update queries...
  7. MarlaJ

    Sessions in header redirects

    I'm having problems passing my session variables in a redirect and my understanding is I don't need to use session_register in this instance. Below is my most recent version of the code that sets my variables and redirects to index.php. I am attempting to pass the SID (in this case it's called...
  8. MarlaJ

    Problem getting to MySQL prompt

    Newbie here with another problem MySQL is currently located on my Unix server at /opt/mysql. At the shell prompt I've tried to type in mysql -u root -p as well as just mysql. Both give me an error of "ksh: mysql: cannot execute". I am currently in the /opt/ directory and...
  9. MarlaJ

    Newbie question

    I'm trying to connect to a MySQL database located on a Unix server using MySQL Front on my NT workstation. I'm getting the error "Connection Failed: 1130 - xxx.xx.xx.xxx (my IP address) is not allowed to connect to this MySQL". I've never used MySQL before (only Microsoft SQL...

Part and Inventory Search

Back
Top