I get an error on a page
Notice: Undefined index: PaywaveId in /srv/www/htdocs/agents/public_html/includes/pl/user.inc on line 97
I narrowed it down to a session problem
the former develop...
Hey
I thought with global variables switched off on my local machine that I am now past getting errors on pages that work fine until I load them to the hosting or server but I'm wrong.
...
Is there anyone know how to reuse mysql query data that was fetched from php using mysql_fetch_array function?
For example:
//query my query statement
$query = mysql_query ("SELECT * FROM...
I am trying to get the values from a form "check boxes" where I have one main group and then the sub grups. That's how I have coded them in the attached code. I am trying to pass them to anoth...
Hello experts.
I've been looking into two autocompletes. One is the jQuery plugin: Autocomplete by bassassistance and the other an AJAX autocomplete by Brand Spanking New.
http://www.br...
I've built a login page, but I've done something wrong in that when the user's password is checked, they're supposed to be redirected to the admin page. But when that sceanrio is being process...
I have the following code that displays .jpg files for records in a database. This works great except in the case where the _01.jpg file does not exist where is displays the ugly default miss...
Looking for a quick example on how make a php to mysql (true / false) compare.
This would be using a sign up form:
So all the basic stuff I have down (login/sql/query/etc..)
Hi,
I have a DB where I keep some russian text. And a php script which queries the DB and echo's this russian text on the to the browser.
When I check the table which contains russian text u...
So, I am aware of all the really nifty (and free) text editor modules that exist out there. While I could use those to simply my task, all I really want to do is add <p> tags to blank line br...
We have developed our real estate listings site using a database pulled from our local MLS. We have access to download their daily listings. There is an agent ID number in the database that we...
I have a simple database that has 1 table. With the help of an expert i was able to complete the search and update the check box if it didnt have a check mark on it. But if i want to uncheck...
I am writing an application that replicates itself and as such, needs to copy a database.
I found the code below but there is an issue with it that it does not copy the indexes and primary ...
I have an array in php that I would like to dynamically generate a select input in html. I am using php to do this. See attached code.
I am developing a multiple language web site using PHP and MySQL.
My tables all have a collation of utf8_general_ci
MySQL supports multiple language and if I set character to utf8, it shou...
Hi guys, I got an error in my array, I need to display some fields from my database in array but I don't know ehre the error is.
Please this is urgent.
Thank you guys.
Newbie at php here! I have a local intranet server running windows IIS, PHP and mysql. I want to create a PHP page available to all users in my office that will prompt them for a folder or f...
I would like to count the number of periods between the negative value (contribution) and the positive value - $cf_12_1_08, (including the two periods with the positive and negative value)
...
Hello, This is my first post as I am new here. I am trying to create a PDF and save it automatically to a web server so that is can later be accessed by Filemaker Pro.
I am trying to use ph...
Hello, this contact form was created for my website. (please see snippet)
However I am getting an error message everytime I submit this form. Here is the error message:
Notice: Undefined ...
I have some php code for a next and previous button so I can limit the number of results on the page.
This code works fine for simple queries (such as SELECT * FROM Items), but when I used ...
Hello, i have a made a form to put on it the country where it been arrayed from a database and weight
this form is to calculate shipping cost. i have configured a ajax code to send these inpu...
I have a simple PHP application that I am hoping to correct the output. Currently, the query is not working in the correct manner to display the "Lesson 1" with appropriate names underneath it...
I am posting a large page for an inventory program i am working on.
As we've added items, the post became larger, and now i get this error message in my HTTP Headers
"HTTP/1.x 406 Not Accept...
Hi,
I am having some big problems with getting checkboxes to work. Please can someone help me with this because it is driving me insane :)
Ok, here is a bit of background. I have an ad...