this:
- Use a method that i that looks from duplicate entru based on the *id *key
as index and after and return the array ordered by this index.
- Adding a new entry to another array in this loop that not haves the
*id*== 0. and after that reverse the order
- Use the array_splice native function
running
on mandrake using packages found there
Hasta pronto y éxitos.
Alfredo
Liz Kim wrote:
We have a set of PHP files which uses "dl()" to load the extension
"php_mssql.so" at runtime.
These were running on a server with PHP 4.3.9 and have been recently moved
to a new s
Sven wrote:
hi alfredo,
maybe you can workaround with arrays? for keys you can use any string.
so $xml['REG-ORIG'] is valid in php.
I'm not so expert with XML parsing, I just took examples from PHP
manual..thanks
ciao
alfredo
hth SVEN
--
PHP General Mailing List (http://w
ompatibility problem, how can I do? I cannot change all
the XML docs and the DTD.
bye
Alfredo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
thank you,
but the error:
>> Parse error: parse error, unexpected '$', expecting T_VARIABLE in
(mypath)...on line...
refers to the line whit the
>> var ${'REG-ORIG'};
code, anyway I took the code by the PHP manual.
bye
Alfredo
Raditha Dissanayake wrote:
ror, unexpected '{', expecting T_VARIABLE...
thanks for any suggestion,
Alfredo (Italy)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I am saving the result of a query on a text file. Then I want to open it
with excel.
At the moment, when I open it with excel, all results appear in one very
long line. How could I insert a "new line" character at the end of each
record?
Thanks
Alfredo
--
PHP General Ma
Ok, fine but what about something like this:
say you have a page with a dropdown to select cities and a second
dropdown to select places in the previously selected city. You change
the cities dropdown and normally you reload all the page to fill in the
places for the second dropdown. Say also
Yes. It works. It is great.
if(!isset($PHP_AUTH_USER) or $PHP_AUTH_USER != "myuser" or $PHP_AUTH_PW
!= "mypassword") {
Header("WWW-Authenticate: Basic realm=\"Only authorizeds web\"");
Header("HTTP/1.0 401 Unauthorized");
echo "ha!\n";
exit;
}
Lynn Holt wrote:
> Hi al
Man, this is a real value!
I was in a trouble thinking how to publish data coming from the
administration area. Thinking in programming visual basic interfaces,
generate SQL inserts, etc. But now you can simply publish it and thats
all! Browsing with google, I found this well written article f
Richard Lynch wrote (Many thanks Rick for this):
>> <% virtual ("../../../../headlvl4.shtml"); %>
>>
>>This works fine for the header, but makes an error when the include
>>built in function calls the php script that shows the main panel of the
>>page:
>>
>
> I don't see how the virtual() i
include your source.
Michael Cronström wrote:
> ...at 018D2466
>
> what have I done wrong!
>
> Michael Cronström
> [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact
Hi peke:
May be you can try with a hidden "state" field in the form. I think it
can be faster and more compatible because you don't need to load the
session support.
Pekesan wrote:
> Hi...
> I have a php url on wich in some steps through several forms (on the same
> url) I do some interact
look here: http://www.bitmechanic.com/mail-archives/mysql/Jun1998/0387.html
An extract:
Write this:
select * from table_name limit 100
select * from table_name limit 100, 100
select * from table_name limit 200, ( what number you want)..
On Mon, 15 Jun 1998, Joe Walnes wrote:
You need to load the dbase.so support module in your php. Like a dll in
windows. Php has a lot of libraries, the idea is t load only those you
need. I don't remember the syntax and the files to modify, check
configuration manual or ask your system administrator. I had a similar
problem, solved
Hi. I use allways the include built in function to conditionally select
the php script that build the web page.
I need to add a header at he beginning of an already working script, but
the directive include don't work:
So I'm using
<% virtual ("../../../../headlvl4.shtml");
16 matches
Mail list logo