Nathan Rixham wrote:
Miller, Terion wrote:
Well I tried it and still it stopped at the "C's"
1:
your script is timing out, you need to set the time limit higher
set_time_limit(0);
2:
foreach($html->find('table') as $table) {
$rows = explode('' , $table );
$headerCells = explode('', array_shi
Miller, Terion wrote:
Well I tried it and still it stopped at the "C's"
1:
your script is timing out, you need to set the time limit higher
set_time_limit(0);
2:
foreach($html->find('table') as $table) {
$rows = explode('' , $table );
$headerCells = explode('', array_shift($rows));
$struct =
>
> Bastien, could you give me an example of what you mean?
> would it be $Name = ""
>
> like that?
>
> Thanks for the ideas everyone!
>
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>
> Try Imitliazing the variables at the top of the
On May 11, 2009, at 17:53, "Miller, Terion" > wrote:
Bastien, could you give me an example of what you mean?
would it be $Name = ""
like that?
Thanks for the ideas everyone!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Tr
Bastien, could you give me an example of what you mean?
would it be $Name = ""
like that?
Thanks for the ideas everyone!
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
Try Imitliazing the variables at the top of the loop
On May 11, 2009, at 16:01, "Miller, Terion" > wrote:
The error I get is from my INSERT statement
It does insert the records up to C page though...
The problem area:
// Build your INSERT statement here $query = "INSERT
into warrants (wid, name, age, warrant, bond, wnumbe
The error I get is from my INSERT statement
It does insert the records up to C page though...
The problem area:
// Build your INSERT statement here $query = "INSERT into
warrants (wid, name, age, warrant, bond, wnumber, crime) VALUES (";$query
.= " '$wid', '$name', '$age
7 matches
Mail list logo