Hi buddies!
Once again with my doubts here.
Right now I am using this sql statement
p_blob(i):= package_email.read_file('shared_files','booking_dealer.xls');
file_name(5):='booking_dealer.xls';
As of now, I have changed the way the file is generated. There will be many files for every dealer who meets certain criteria.
So, the files will look like this: booking_dealer_42446.xls
booking_dealer_78944.xls and so on
How can I use a loop to read those files, may be using wild card? or arrays?
Or is there totally another method? How can I implement this?
Please guide me.
Thanks
Searching keywords from array
Hello everyone, Im just wondering if someone could help me with another issue im having. Im still learning PHP and I have been for a few months now, but every now and then I get stuck on small things.
how do i make new line after *
First check this page here. and you see my report. Im pulling form a mysql db. I want to beable to make a new line before each * Also why does some characters come out all funky?Hers my code.. I dont
iterating through an array and escape each value independently.
I have a set up where the variable being escaped is an array and it needs to be iterated and escaped by separate. I need some help.Code: <?php$arrFoodTypes =
Header redirect
Hello ive got a problem ive got form with its action set to itself.Code: <form id="formID" class="formular" method="post" action=""/>it then runs
DB2 for z/OS, LUW, iSeries
Hello,
Strange array issue, never happened before.
mysql_fetch_array returns 1 array per call. Generally that's why it is inserted into a while statement. I generally loop through them in a while statement and put them all in a master array so I
how can i expire the submitted page using session.
hi,i'm new to php world.i'm using "post" method.when i submit it,data goes to database successfully.BUT when i click the back button of browser(IE) the previouspage will appear.how can i
php calculate
this code echoes correctly the sum but the inserted result is 0??Code:
Multiple if statements
Ok so seems basic but for some reason I'm not doing it right. What I want is to be able to have 2 separate if statements in the same php document. What I've done is this:Code: if ($p1=='on' AND
Keeping data in form
How can I keep whatever I write in the form?