Hi!
I have an application that must do some inserts in a mysql db. This db is behind a firewall, and only port 80 is available.
My first thougt is to use xml or csv, and in some way parse that using php.
How can this be done? I can not use a web page with an send button, this has to be more or less automatic.
I am brand new to php, so if possible give me example.
Thanks
extract data
Code: <div class="post hentry uncustomized-post-template"> <div id="post-title-wrapper"> <a
double and single quotes in text fields acting up... help please
Single quotes, when entered into a text field, create an sql error upon Submit. It seems to create the query OK but says there's an SQL syntax error and stalls out on that field.Also any time a
include problem
I have my root folder as:Code: $root = $_SERVER["SITE_HTMLROOT"]; // the server rootWhy does this not work when I want to include a php file:Code: include "$root/form.php";But the
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would I convert the $number varible into a rounded number, so that when I say echo "$number";
Batch Related Pricing
Hi, I need some clarity on the batch related pricing
Mass activity scheduling
Hi experts,
for loop without same $i digits?
Hi, Can some guru please advise how can I accomplish this with a simple for loop ? I want to use for loop to echo all number from 000 to 999Quotefor($i=0;$i<1000;$i++){echo "$i";}My
Form always sends to error page...
Hello,Any help will be greatly appreciated. I am having trouble getting multiple fields to be required, and with the if multiple errors section. I think that's where the problem is. When I click
help understanding hidden input w/ php
hello i'm doing a tutorial where there are multiple forms for an edit page for a user to update their info... there's a section of the code i dont really understand how it works...here's code:php:if
How to change Time Zone
HII want to change the time zone of the server to another country.How can do that?Thanks