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...
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...
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...
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...
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?
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.