I'm pulling my hair out with a bizarre problem. Any insight would be very appreciated!
We are running Access 2003 on an XP machine - in a network environment. When the developer is working on the local machine, unplugged from the network, everything works fine. When he logs into the network...
I made a web app that is based on a MySQL database .. php.. and templated with HTML and CSS. I have a form that has a lot of fields. I want my users to be able to type numbers using the 10 keypad (like for phone numbers, zips, etc.). The top row numbers on the keyboard work fine, the 10 keypad...
I am converting xml to pdf via php. I am using fpdf.
I need to replace the string "PageBreak" with the code in fpdf to add a new page .. ie. AddPage().
So, I used this:
$strText = preg_replace("/PageBreak/",$this->AddPage(),$strText);
But instead of replacing the string "PageBreak"...
I'm very new to php. I am using php with a mysql database. I am trying to do a simple append query via php. I want to copy the data from one table into another - empty table that has the same structure, then display the new table data in a comma separated list. I'm not sure what I'm doing...
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.