Hi there!
I'd like to ask if there is any work-around available for saving
picture(s) (BMP/JPG/PNG) in *.xls file.
I need to create (using PHP) dynamically xls file with some pictures in
it.
thanks
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
Hi !
thanks.
yes, that's the solution for BMP files. I would prefer using PNG of JPG
format. Is it possible ?
Jan
On Wed, 2003-07-09 at 13:34, Marek Kilimajer wrote:
> Use this class:
> http://phpclasses.web4u.cz/browse.html/package/767.html
> and insert_bitmap() method of a Wo
Hi!
I'd like to ask if there is any function for saving image into (windows)
BMP format (not wbmp - which is wireless BMP).
e.g. imagejpg() will save jpg file
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there!
What's the best way to create uids (unique ids) even when runnig at
exactly same time (microseconds)?
is this enough ???
$r = mt_rand();
$uid = uniqid(getmypid() . $r);
thanks
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
Hi!
what's the best to convert xls to pdf (using PHP) ?
maybe there is util (binary executable) xls2pdf i dont know about which
would help me as well
thanks
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
try this:
html code for all of checkboxes:
php code:
if(isset($_POST['ch_box'])) {
foreach($_POST['ch_box'] as $ch_box_id => $ch_box_value) {
processing instructions
}
}
Regards
Jan
On Thu, 2003-07-31 at 03:50, Ryan A wrote:
le with 100% view ratio.
i've tried it with several other images and im getting same result.
any idea what's wrong ?
i tried workaround with:
pdf_fit_image($p, $image, $x_im, $y_im, "boxsize {150 100} position 0
fitmethod meet");
however it doesnt look so good
thanks
Jan
Yes, it looks like that's the problem (print pixels vs. view pixels).
i've found out that PDFlib is importing images as 72dpi images no matter
if they really are 72dpi or not :(
so now my images are about 4-times smaller as they should be.
any suggestions ? :
Regards
Jan
On Wed, 200
Hi!
i'd like to use full power of Excel.Sheet COM object. Does anybody know
where can I find full documentation of Excel.Sheet COM object ?
thanks
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
My output does not validate as XHTML because of the & sign in the a href that is
automatically appendet by the php session management. it should be exchanged by an
& entity. Is there a way to do this? There should be one I guess ...
Than
Hi out there!
I have got a problem with PHP's standard way of reporting errors.
The in the error messages are making the XML invalid (should be ). Is there
an easy way to do this?
Jan.
would
prefere to do not. So my question is: How can I alter the PHP built in error
messaging format?
Thanks in advance,
Jan
> I think Jan meant that when PHP spits out "Error in line x", it has a
> in there which causes the page to be invalid.
>
> My question would be
this functionality is encouraged to provide
> patches which addresses the remaining issues.
Done -> [PHP-DEV] Bug #12871: updating build-system to autoconf 2.5x
> - Sascha Experience IRCG
Jan
--
=> http://www.kneschke.de <
For thumbnail creation I would need to know how I scale a loaded image or better:
How do I copy a scaled version of an image created with imagecreatefromjpeg onto a
background I have previously created?
Jan
files that are not created by me so I
cannot use a config file containing all the class names for my purpose.
Thanks for your help,
Jan.
Hello,
Could someone explain to me the use of the vertical bar in
expressions like "|<[^>]+>(.*)]+>|U". I understand that the
vertical bars are used to separate the expression from the modifier,
but can't find any documentation about the reasons and rules to do
this.
Thanks, Jan
Hi,
I have some zipfiles in a directory and wonder how to protect the files?
I send the customer to a downloadpage with links after succsessfull login.
What is best to do? chmod the files when I upload them and change chmod if I
have a verifief user?
Any suggestions?
--
Regards
Jan Grafstrom
;Reply-To: $admail\n";
$headers .= "X-Mailer: PHP\n";
mail($recipient, $subject, $message, $headers);
}
or is there a limit?
Thanks for any help
Jan Grafstrom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
users/groups.
Jan.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
onversions
doesn't seem to work quite well, I tried to use mbstring's one. But
afaics it doesn't support converting into utf-8. Is there any other
preferred method to convert to utf-8?
Jan.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jan Schneider wrote:
Second question: Since iconv's output buffering charset conversions
doesn't seem to work quite well, I tried to use mbstring's one. But
afaics it doesn't support converting into utf-8. Is there any other
preferred method to convert to utf-8?
Sorry, not
hope it'll help
.mtg.
- Original Message -
From: "Chris Boget" <[EMAIL PROTECTED]>
To: "Naqashzade, Sadeq" <[EMAIL PROTECTED]>
Cc: "PHP General" <[EMAIL PROTECTED]>
Sent: Monday, January 13, 2003 3:59 PM
Subject: Re: [PHP] Re: Change Date
> > How can I find time stamp for example 125
Hi,
I want php to print " \tab"
but when I do, I only get "ab" as output.
How do I keep the \t?
Thanks in advance.
Jan Grafström
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hi all,
do anyone know where I can get a full list of $HTTP_USER_AGENT strings ??
thanx a lot
mtg
exactly what I needed
thank you
mtg
- Original Message -
From: "Ford, Mike [LSS]" <[EMAIL PROTECTED]>
To: "'Jan Mikes'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 4:46 PM
Subject: RE: [PHP] $HTTP_USER_AGEN
in Datumsfeld >'#$datum_beginn#'. How do I get a list of
all entries with a
date that lay behind a certain date? I'd prefer to let the database do the
job for me, rather than
pulling everything out and get the relevant data with php.
thx
Jan
--
PHP General Mailing List (h
le.
The shop is still very small so I'd prefer something with a very small
monthly fee. Charge for actual
transaction doesn't matter that much.
'Hope some of you know one or two good credit card partners (for the usuall
credit cards used in the US)
thx
Jan
--
PHP General Mailing
thx folks,
I'll check them all out
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Try
...test.php?test=0 //no $ before test=
/Jan
"Kelvin Poon" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
.ca...
> Hi,
>
> I am sorry if the level of this question is too simple but I can't figure
> out what's wrong. I want to pass a va
user1 abc
$user1_array=array();
array_push($user1_array, "a","b","c");
//check user_array
$cat="";
for ($i=0;$i skrev i meddelandet
news:[EMAIL PROTECTED]
> I am working on some logic where users are categorized based on the
results
> from a few questions. So far everything is working properly,
Chris,
you can splice an array
http://www.php.net/manual/sv/function.array-splice.php
Jan Grafstrom
"Chris Winters" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I'm having a bit of trouble...
>
> I have an array that consists of a string l
l. PHP blows off with a severe error
message.
thx
Jan Bro
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
, I sure want
to
know why it's working and how. To give you an rough idea on what I'm talking
about here is some sampe code:
getProperty("java.version")." \n";
thx I'd really apreciate it as my boss want's an answer, too.
Jan Bro
--
PHP Gener
Hi everyone
This is what I want to do:
I have a file on each workstation that gets created each time the pc is
rebooted - the file save the pc configuration plus the current user logged
onto the machine, I want to read from that file variables so that I can
save
it to my mySQL database and r
Hi,
I have written a small webservice in M$ VS.NET (for some "political"
reasons), which needs IIS to run.
I would like not to open M$ IIS server for outer requests, but enable
access just through linux/apache(/php) webserver instead.
Is there any simple way, how to resend (at least POST/GET)
Ray Hunter wrote:
> Are both servers running on the same computer? If so you can send data
> via the port number they are on.
They are two:
1/ php+apache/linux webserver (reachable from outside)
2/ iis/w2k running web service (behind firewall)
> You can also create scripts that receive post data an
David Otton wrote:
On Thu, 27 Mar 2003 00:10:34 +0100, you wrote:
I would suggest configuring Apache as an HTTP proxy, rather than trying
to redirect requests with PHP scripts.
More details here
http://www.devshed.com/Server_Side/Administration/ApacheProxy/page1.html
With some forethought, you ca
> Hallo,
>
> i have problem with running PHP4.3.1 on Apache1.3.19 on W2K.
>
> I instaled everithng by install.txt. Is posible to load easy php pages but
> when i want to Recieve data from form it does not wrok.
>
> Please help me
>
> Best regards Honza Navratil
--
PHP General Mailing List (
Hi folks !
I've got a strage problem I don't know how to solve:
I am calling ImageMagick's identify. If I do that via command line, I get a
textline as result with all images. If I do the same with exec or passthru,
I only get results with certain image-types.
Does anyone have any idea of what t
Hi Robby,
try to add this line to your php-file:
$name=$_GET['name'] ;
change to:
Good luck!
Jan
"Robby Ku" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Hi,
>
> I've got a problem passing a query string from a HTML file to
Hi, I've got the following code:
If I comment one of the two java object lines, I get no error.
If I use'em both, It creates a nasty error message, after which
php.exe is closed down.
Has any of you an idea on how to solve this?
thx
Jan
--
PHP General Mailing List (http://w
9 10:58:32 2003] [error] [client 127.0.0.1] Premature end of
script headers: c:/apache/php4/php.exe
Other than that I've seem to have a good configured System, as there are no
more errors.
I run a win2000 with apache 1.3.2
with php 4.3.1
thx
Jan
--
PHP General Mailing List (http://w
I would like to get information of a person who is browsing my site. Does
anyone know how to get this information?
Kind regards,
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I would like my php-script to send a mail every day automatically, without
anyone opening my site.
Is this possible and if yes can anyone tell how to do this?
Kind regards,
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi !
How can I stoor array in to a cookie ?
Do I just define an array and stoore it in a cookie ?
How do I access the data in the array then ?
--
LP
CWIZO
www.3delavnica.com
www.ks-con.si
www.WetSoftware.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.
:
>
> foreach($_COOKIE["TestCookie"] as $key => $value) {
>echo "{$value}";
> }
>
> or
>
> echo $_COOKIE["TestCookie"]["one"];
> echo $_COOKIE["TestCookie"][1];
>
> Jan - Cwizo wrote:
> > Hi !
>
Did that.
Removed all stuff from apache, php & mysql.
Now what ?
I will download the source code for apache and mysql now.
LP
Dne nedelja 11. avgust 2002 20:56 je [EMAIL PROTECTED] napisal(a):
> remove dependent modules,
> to find out dependencies:
>
> rpm -q --whatrequires php
>
> the list s
Try HTMLSpecialChars function.
http://www.php.net/htmlspecialchars
Regards,
Jan
- Original Message -
From: "Martin Thoma" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 02, 2002 11:59 AM
Subject: [PHP] How to escape " in hidden fiel
n't be any
"dependencies" error.
If yes, please let me know. I'm not an expert for Red Hat Linux but I am
yousind this distribution and I am doing it by this way... and it's works
for me.
Best regards,
Jan
- Original Message -
From: "David Yee" <[EMAIL
this frame loaded from another
server.
I have my mainsite on one server and shopsite on another.
Thanks in advance for any help.
--
Regards,
Jan Grafström
Sweden
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I wonder if you can get back or view the deleted data in a delted row in
mysql?
"DELETE FROM $table WHERE id=$id"
I used the above code to delete.
Thanks for any help.
--
Regards,
Jan Grafström
Sweden
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, v
same url?
If a hacker sniff the ssl-string can he send that string and start the file
anyway?
--
Regards,
Jan Grafström
Sweden
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You could also redirect with javascript:
echo "";
echo "window.location.href = 'page5.php'";
echo "";
Grtz
Jan
-Original Message-
From: John W. Holmes [mailto:[EMAIL PROTECTED]
Sent: Dienstag, 16. September 2003 18:06
To: Golawala, Moiz M (Ind
You have to put session_start(); at the VERY TOP of your code. even before alle the
tags.
Hope that helps!
Jan
-Original Message-
From: Chris Shiflett [mailto:[EMAIL PROTECTED]
Sent: Dienstag, 16. September 2003 20:17
To: Rich Gray; [EMAIL PROTECTED] Php. Net
Subject: Re: [PHP] Session
well, i like to use dreamweaver mx or textpad with the syntax highlighting file you
additionally have to download. i dunno if there are special "php-must-have-editors".
grtz
jan
-Original Message-
From: Binay [mailto:[EMAIL PROTECTED]
Sent: Montag, 22. September 2003 10:58
Hello,
I installed Apache 2.0.47 with PHP 4.3.3 (as Apache module). Everything worked fine,
until I decided that I will install one more Apache. I installed the second apache
(again Apache 2.0.47 and PHP 4.3.3) and configured it in a same way as the first
apache, only the port (directive Listen
Hello,
I installed Apache 2.0.47 with PHP 4.3.3 (as Apache
module). Everything worked fine, until I decided that I will install
one more Apache. I installed the second apache (again Apache 2.0.47
and PHP 4.3.3) and configured it in a same way as the first apache,
only the port (directive Listen) w
ically i'm just interested in how to perform a script every
given amount of time under Windows (2k, XP) and Linux.
I don't know to much about cron jobs or the windows scripting
host, but i thought something along the line might work out.
thanks in advance
Jan
--
PHP G
Hi,
can I get the rownumber (offset) from mysql?
After I have made a select I want to generate an update query wich works for
any table.
Thanks in advance for any help.
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
Add records with this code.
name
address
Hope this helps.
Jan
"Nicolai Elmqvist" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Hi
>
> I have just started working with PHP and MySQL and have gone through 3
> tutorials on how to a
page than you can tell visitor to goto another instance of the
page.
Thanks for help.
Regards
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL
Hi!
I am trying to change a filename this is my php:
It doesn´t work do I need some more code to get it working, something
like fopen?
Thanks for any help.
Regards
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
;,
'');
Here I need some code to get the output look like
this""
print_r($message);
fwrite ($fp, $message);
fclose ($fp);
I am thankful for any help.
Regards
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hi!
When I run this PHP my file idb.xml returns empty but how do I do if I
then whant to remove the file idb.xml. I just doesn´t want it empty, I
want it to disappeare.?
Thanks for help.
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
ng = explode(" ", $string);
if (in_array ($word, $refined_string)){
print "Got word";
}
fclose ($fp);
--
If You know what is wrong I am very thankful for help.
Regards
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio
the word";
}
-
Now I also wan´t to know to in which row the word was found.
Is there a simple way to add some code?
Thanks for any tips.
Regards
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
);
fclose($fd);
while (list ($key, $val) = each ($fruits)) {
if (eregi("$word", $val)) {
print "$filename2".",".$key;
}
}
--
If I put in a word wich is found in both files than I got two answers
but I only wan´t
to know the first one. Can I prevent it to run if the w
Hi,
I have really problem with %SUBJ%, what I do bad, that isn't work
function mail()
THANX from Czech Republic :))
--
Jan PAVLIK, webmaster
--
CASHMAIL s.r.o.
[EMAIL PROTECTED]
0608/344 010
ICQ 6611951
Motto: Neco nefunguje? Zkuste nejdrive
When I call function stored in another file, included with require
command, variable $REMOTE_ADDR is empty in this function. How is that
possible?? Thanks for help.
Jan Muzik
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
Hi!
Can I change this column "adress VARCHAR(25)"
to "adress VARCHAR(40)" afterwards.
I use mysql.
Thanks for any help
Regards,
Jan
--
Jan Grafström
Lillemans Hus AB
Bredsäter 2091
87010 Älandsbro
0611-60920
070-6409073
--
PHP General Mailing List (http://www.php.net
Hi!
How do I change this if I will use the Image direct in my html-code?
Do I need to save it first.
";
?>
Thanks in advance.
--
Regards
Jan Grafström
Lillemans Hus AB
Bredsäter 2091
87010 Älandsbro
0611-60920
070-6409073
--
PHP General Mailing List (http://www.php.net/)
To unsubs
Thanks Val!
Now I understand.
Jan
"Val Petruchek" <[EMAIL PROTECTED]> skrev i meddelandet
000801c19f4a$49862950$[EMAIL PROTECTED]">news:000801c19f4a$49862950$[EMAIL PROTECTED]...
>
> in index.html you write
>
>
>
> in aaa.php you write
>
> $
page, something like:
$string = include ("textmaker.php3?text=testword");
I am trying to build blanks for use as a memberservice and want it difficult
to reuse my code.
Any tips?
Thanks in advance
Regards,
Jan
-
filename=index.php
";
echo $head;
?>
---
filename=img
first make a string commaseparated or like and than insert that
string?
Thanks in advance.
Regards,
Jan Grafström
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
GIF is licensed by Unisys(it is a compuserve format). This is very
expensive, so it has been cut out of php. Solution: a) use PNG b) get an old
version of php.
regars,
Jan Peuker
P.S.: In future, please don't post 3 times using courier-extrabig.
- Original Message -
From: &q
of textfiles which are generated before
c) above but w/ layer
d) no box but an image, b/w-gif generated by php
e) inline-frameset which is reloaded
f) an applett which get its resource by getURL
g) ...
As I said, do you know which would be the best?
Thanks a lot,
Jan
PS. Yes, I think this is
ing a
LIMIT-query from 50 +/- of selectedIndex and then just reload if a new index
is out of this range, but for me there is no ability to hide/show these
fields from JS. So i think i would have to use an Applett?
Jan
- Original Message -
From: "Julio Nobrega Trabalhando" <[EM
If you use files you might get the contens of the folder where sessions
stored and just count.
Jan
- Original Message -
From: "Fifield, Mike" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 26, 2002 5:57 PM
Subject: [PHP] sessions
> Is there
Hi List,
my Problem is, on the second line of my script I validate a session. If it's
false, it dies. But in the first line, I require a header(html,body,title
etc.). Now, if a session fails, my die-Message ends in a "
But I WANT to do something else, loading other code!
But ok, I will check at first, then include a short header before dying.
This runs, but isn't beautiful. Thanks.
Jan
- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent:
x27;t know how exactly, it's just an idea,
regards,
jan
- Original Message -
From: "District Webmaster" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 29, 2002 6:17 PM
Subject: [PHP] Pixel Length of text message
> In html/css you can set a
-variables send per post or does the next script reads it
from the session-file so nobody can't read them?
Regars,
Jan Peuker
- Original Message -
From: "Miguel Cruz" <[EMAIL PROTECTED]>
To: "Jay Fitzgerald" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]
cation?
Thanks in advance.
--
Regards,
Jan Grafström
Bredsäter 2091
87010 Älandsbro
Sweden
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
need to first make a separate query on soldqty or is there an easyer
way?
Thanks in advance.
--
Regards,
Jan Grafström
Härnösand
Sweden
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
g target=_top in
all links.
Now I wonder if there is any other way solving this problem?
Thanks in advance.
--
Regards
Jan Grafström
87010 Älandsbro
Sweden
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Nick!
http://www.php.net/manual/en/function.str-replace.php
Regards,
Jan
"Nick Richardson" <[EMAIL PROTECTED]> skrev i meddelandet
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Been working on this one for quite awhile, and it's probably a fairly easy
>
: PHP\n";
$headers .= "Content-Type: text/html; charset=iso-8859-1\n";
mail($recipient, $subject, $message, $headers);
Regards,
Jan
"Andrea Caldwell" <[EMAIL PROTECTED]> skrev i meddelandet
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi All,
>
>
Thanks for any help.
--
Regards
Jan Grafström
Minisoft Sweden
Bredsäter 2091
87010 Älandsbro
0611-60920
070-6409073
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I don't know what the problem is because it works fine here (IE 5.5)
On Mon, 11 Mar 2002, Balaji Ankem wrote:
> Hi friend,
> could u plz. Tell me how to display the slected option value in alert
> box?
>
> Code I wrote is like this.. But I am getting NULL.. Any help would be
> appreciable..
ld save your data
the url.
Jan
>
> Vlad
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
help would be apprciable.
>
> Thanks in advance
> Balaji
>
>
--
Jan Rademaker <[EMAIL PROTECTED]>
http://www.ottobak.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Tue, 12 Mar 2002, Balaji Ankem wrote:
> Hi Jan,
> I want to compare the DTAETIME1,DATETIME2 which are from mysql
> table and want to compare in PHP.
> But strtotime takes only one argument and it checks whether it
> is valid or not.
True, after you've fetche
On Tue, 12 Mar 2002, Jason Lotito wrote:
> Why not compare them in the SQL Query itself?
>
That could work just as well, depending in what you want to do with the
data.
--
Jan Rademaker <[EMAIL PROTECTED]>
http://www.ottobak.com
--
PHP General Mailing List (http://www.
mail : [EMAIL PROTECTED]
> Tel : 91-4546512/4522124
> ***
>
> __
> Do You Yahoo!?
> Try FREE Yahoo! Mail - the world's greatest free email!
> http://mail.yahoo.com/
>
>
--
Jan Rademaker <[EMAIL PROTE
I want
> to say him that "Access Denied" Or something like that
use error_reporting() (see manual) to suppres warnings. to give back an
error use something like;
if (!isset($dir) || !isset($res)) {
print "Access Denied";
exit;
}
>
>
>
>
On Tue, 12 Mar 2002, Gonzalez, Zara E wrote:
> On second look, perhaps it is working correctly.
>
> I wasn't incrementing my counter variable. Sorry to flood your mailboxes.
>
> Zara
>
this should work as well;
foreach($_REQUEST as $key => $val) {
$_SESSIO
ace="Times New Roman" size="2">
>
> color="#CC">Questions
> size="2">
> Insert questions here.
> }
> ?>
>
--
Jan Rademaker <[EMAIL PROTECTED]>
http://www.ottobak.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
gt;This worked.
>
> So my question is, what user is PHP run under that allows me to access another
>user's file (but the same group)?
>
> Thanks,
> Don
>
--
Jan Rademaker <[EMAIL PROTECTED]>
http://www.ottobak.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hould be able to find the group id in the same place as the
userid (after the /), eg.:
user(1234)/group(4323)
or
user(1234)/4323
Maybe this helps you out a little further...
--
Jan Rademaker <[EMAIL PROTECTED]>
http://www.ottobak.com
--
PHP General Mailing List (http://www.php.net/)
T
On Wed, 13 Mar 2002, Jan Rademaker wrote:
> On Tue, 12 Mar 2002, Don wrote:
>
> > I did. That's why I'm confused. phpinfo() is telling me that the user is
> > myself (I don't see the group). So what is the "permission" difference
> > bet
1 - 100 of 327 matches
Mail list logo