At 15.05.2002 15:20, you wrote:
>
>Hello, I am interested on some info - how do robots work to fill web
>forms authomatically?
>Sometimes I notice a blurr code to be manually writen to avoid these
>robots when filling forms, but I am interested in programm just one of
>these machines. Is it nece
At 15.05.2002 12:33, you wrote:
>I am using this script: to upload a picture file and I get the error below:
>"Unable to create 'hgh6.gif': Permission denied in
>/home/vhtdocs/archipro/do_upload.php on line 13
>Couldn't copy the file!" - What am I doing wrong
>
>
>
>File to Upload:
>
>
>
>
>
>u
Hi Folks,
after studying and searching manual/archives,
I didn´t find the explanation to upload multiple files
from a "single ".
What I want is to let the user select multiple files
from the files-box appearing in the browser and let him/her
upload this selection.
If I put a second ''
then a secon
Hi folks,
Linux, PHP3
I have the following problem:
I have an object, which creates a form, wherein there are selects, which
names accord to values in the database.
But I didn´t get it to have a variable var, I´m sure it´s just a small
thing, but I cannot see it
Any suggestions ?
TIA Oliver
ec
At 03.05.2002 14:11, you wrote:
>Does anyone know of how to put a Word file on a web page without the user
>being able to save it to their hard drive? And also another issue of making
>it so they can't print it.
>
>Thanks, Gary
Aeh,
-If one could see the content on a webpage, it has it already on
Sorry if this mail sounds like flame,
but "google" (49) is your friend, or if you like a lot of pages
use www.alltheweb.com (494).
Thats a good side of Opera 6, there are two fields, where
you can enter searchwords, one for google, one for alltheweb.
Makes it easier to search and one does it more
At 30.04.2002 18:29, you wrote:
>
>When I run this the first time, file.txt contains value of 30. Then I add 15
>to it with following script and file now contains value of 45. I look at
>file.txt after write and it does indeed contain number 45. But when I run
>script 24 hours later via cron job,
At 30.04.2002 17:24, you wrote:
>
>Hi there,
>
>I got a number of files in the directory "/reviews/txt" which are reviews.
>They are submitted by people all over the world.
>
>Can someone please tell me what I need to do so that I can display them in
>date order, newest at the top on a webpage?
>
At 29.04.2002 10:17, you wrote:
>
>In html/css you can set a font size in pixels -- in my experience this
>means a letter takes the same number of pixels, regardless of
>resolution. With php, can I use string length and font pixel size to
>determine the length of a given string on a screen? Does
At 30.04.2002 00:01, you wrote:
>>Just a hunch: do you get the same permissions output for the dotfiles as
>>the normal ones?
>
>Thanks for the idea. I am not sure what you mean by "permissions output"
>but it is same owner and an "ls -la" gives
>
>-rwxr-xr-x 1 frank wheel 27 Apr 29 23:05
At 29.04.2002 15:24, you wrote:
>At 29.04.2002 20:02, you wrote:
>>=
>>PLEASE CC ALL AWNSERS TO [EMAIL PROTECTED]
>>=
>
>>hi, im having a few problems installing GD, ill start from the top:
>>I need Jpeg support in m
At 29.04.2002 20:02, you wrote:
>=
>PLEASE CC ALL AWNSERS TO [EMAIL PROTECTED]
>=
>hi, im having a few problems installing GD, ill start from the top:
>I need Jpeg support in my PHP installation, and unfortunatly, GD
This is done on PHP 3.0.16
Hi folks,
I have a problem with these HTTP_ vars.
I have a mainpage, call it main. There is an include which carries several
settings
and other includes like my abstract db-layer class.
I include this in my class-function, which works fine for the most
variables but $S
At 27.04.2002 18:59, you wrote:
>Hi all,
>
>I have problem with TTF support on my vhost. PHP says it has no ttf support.
>The configure command is:
>
> './configure' '--prefix=/opt/php' '--enable-exif' '--with-apxs'
> '--enable-memory-limit=yes' '--enable-track-vars' '--enable-trans-sid'
At 25.04.2002 18:03, you wrote:
> When I create an image, º becomes $. Actually a small $. (pratically
>half-sized). Maybe it's a "s" with a tail. I really have never seen this
>character before :-)
>
> An example:
>
>$im = @ImageCreate (450, 500)
> or exit ("Cannot Initialize new GD imag
At 25.04.2002 11:46, you wrote:
>How can i display a dynamic page showing last month and next month and the
>month before
>
>eg
>this moth is
>how do i add 1 to the month or -1 to the month?
Several methods
mktime() where you put last month(s) via (date("m") -1)
getting the actual day of the
At 25.04.2002 11:01, you wrote:
>
> > Google is probably trying to send you a cookie in which case you cannot use
> > fopen. You need to use curl or snoopy(?).
>
>Thanx, that could be the problem. Unfortunatly, curl is not compiled in my
>php-version, and what is snoopy?! ;-) Any other ideas/exam
At 24.04.2002 15:29, you wrote:
>
>Hi all,
>
>What needs to be done for multi language support in PHP.
>I am using redhat linux & new to HTML programming.
>I want to know the mechanism to make the output available in different
>languages.
>Thanks in advance for any help
>
>--Shailendra S. Meh
At 24.04.2002 19:03, you wrote:
>
>Hello
>
>I have a form that is to entered into a MySQL database.
>A couple of the feilds must contain irregular characters, such as
>(/\+;]{'.,<:"?>}|_~`)
>
>What MySQL Field type should I use?
>varchar doesn't work.
Even this is a definitive mysql-question, t
At 24.04.2002 11:05, you wrote:
>Hello,
>
>How can I compare time? So I have to check a difference of 12 or 24 hours
>this mean I have to compare the time between the days too..
>
>How I can make this comparing
>just comparing hour with hou and then minute with minute or is possible
>all of them
My 2 eurocents,
Start compiling without mysql, esoob ( what´s that??) and see if it works.
- write a bug report
- try to get a rpm from redhat and see if this will work.
- check out which sources they used, maxbe there´s a difference
to the one you have. So you can try it with the sorces from the
At 23.04.2002 09:52, you wrote:
>
>I have one directory that is protected with an .htaccess file on my server
>where I store all member content. What I want to do is have a page where
>members can log in, and after they have entered there user name and password
>I what the php script to authentic
Aeh, sorry - but is the 1 you test for actual a number or is it a string?
I had made this mistakes earlier, so also try
if ( $quantity == "1")
Maybe I´m absolutely wrong, (PHP 3 knowledge) but
Oliver
At 23.04.2002 10:48, you wrote:
>Ok you asked for it.
>Don't say I didn't warn you.
>
>ses
At 22.04.2002 15:17, you wrote:
>
>Search archives, as a tip I'd suggest to encrypt the Credit Card numbers
>with RC4 or some other algorithm.
Maxim,
I don´t agree your suggestion, as I mentioned earlier on the list, avoid
storing CC numbers
unless it´s absolutely necessary, you´ve got a good
At 22.04.2002 14:04, you wrote:
>
>Hi all of you
>I 'm desesperatly trying to connect to my MS SQL server 2000 demo version
>using a php script (executed by a form), running Easyphp (apache) as Web
>server, under Win 2000 Pro F Sp1.
>
>It says
>Warning: MS SQL message: Échec de la connexion de
At 20.04.2002 22:44, you wrote:
>
>Is it possible to send with mail an attachment .. if yes, how ???
>
>Greetings
>wolf
Hi Wolf,
just ask google, or the archives there are a few classes and functions
which will do what you want.
If you like OOP you will find certains under http://www.phpclasses.o
At 20.04.2002 21:15, you wrote:
>Hi to all!!!
>Can anyone tell me how to debug in PHP?
>When I use ASP simply I write "stop" (VB) or "debugger" (JSCRIPT) to set a
>breakpoint and open the Microsoft Script Debugger.
>With PHP I can't find a way to do a similar thing.
>I downloaded the DBG PHP debu
At 20.04.2002 15:06, you wrote:
>
>Hi,
>I'm new to php, I want to do the foll: in my code:
>display an array of names to the user,
>up, down, top and bottom buttons are provided so that the user can change
>the order of the names (e.g. if original array: "a, b, c, d, e and user
>selects e and pre
I was too tired, but a coffee and a c* and everything woks fine :)
Just forgot to init the array correctly !
At 19.04.2002 15:24, you wrote:
>
>Hi Folks,
>I have a problem assigning an 3dim array, maybe I´m to tired today to see the
>mistake, but PHP thinks, that it finds "Illegal string index" a
At 19.04.2002 14:21, you wrote:
> > >Is there any official statement (by php.net) about which file
> extension you
> > >should use when using PHP (1, 2, 3 or 4)? I know that's server
> related, but
> > >isn't there a standard?
> > This only belongs to the settings your webserver allows.
> > f
Hi Folks,
I have a problem assigning an 3dim array, maybe I´m to tired today to see the
mistake, but PHP thinks, that it finds "Illegal string index" at the marked line.
could someone verify this, maybe find my mistake??
FYI getDbAns(), talk2DB are substitutions for DB - related routines, and the
At 19.04.2002 13:32, you wrote:
>
>Hi,
>
>Is there any official statement (by php.net) about which file extension you
>should use when using PHP (1, 2, 3 or 4)? I know that's server related, but
>isn't there a standard?
>
>http://www.fatcow.com/help/php.shtml states when using PHP4, you should
>u
Oh, I love these 32 second answers ;-)
Just type it in google and zapp
http://php.resourceindex.com/Functions_and_Classes/Date_and_Time/
1st page, second answer !
G Oliver
At 15.04.2002 13:05, you wrote:
>
>That's fine for fixed dates, and I have that figured out, but presidents
>day, memorial d
At 14.04.2002 21:34, you wrote:
>
>Hey PHP General List,
>
> Can anybody point me to tutorial or real good explanation site how
> to keep Http://localhost/phpmyadmin off for other users. I am using
> it to help me with MySQL database but other peaople can access
> it. I know there is
That´s not the way to make friends,
I think nobody will read your attachments, because it´s not a php-script
and this is a PHP-LIST
also I had a quick -look on it and found this:
If you are having difficulty with the menu please read the FAQ at
http://www.milonic.co.uk/menu/faq.php before contac
At 14.04.2002 16:56, you wrote:
>Don't know if anyone can help me with this one:
>
>It's not directly a PHP question -- but maybe someone knows the fix?
>
>I have a form, when the user presses the submit button, I pass the form vars
>to my PHP checkform.php script -- which checks all the fields t
At 14.04.2002 22:23, you wrote:
>When I install php after installing the IIS under win2k
Wrong list, you should ask the windowsPHP list !
>The setup said " Due to missing OCX control , the automatic configuration
>can not be done. " ...-_-
>how can I fix this problem?
I tried google, h
At 14.04.2002 19:14, you wrote:
>hey ppl,
>
>I need to create some fairly complex graphs dynamically, and I need to be
>able to specify line, bar, or pie charts. Are there any PHP packages that
>someone could point me to that would fill my needs. Thanks
Have a look at : http://www.phpclasses.org
At 14.04.2002 14:55, you wrote:
>Thank's Oliver,
>now i have come up to this: print ("link german");
>?>
echo 'FOO");
>and this seems to work as long as i add these php tags inside html, but how
>do i insert this inside my array which is in the .js format (javascript) ?
>any ideas that could he
Sorry, but this problem hasn´t been solved yet, It drives me crazy.
At 12.04.2002 17:41, I wrote:
>Hi Folks,
>Does anybody know if there are differences in cookieprocessing
>between
>A.Suse 2.2.14-SMP/apache 1.3.12 / PHP 3.0.16 and
>B.Suse 2.4.9 /apache 1.3.20 / PHP 4.0.6
>I have moved "working
At 13.04.2002 12:04, you wrote:
>hi folks,
>i am somewhat like a new newbie, just read my first php tutorial, installed
>an apache server on my windows and php on top for testing , first question
>is : is this the right place for me here to ask questions or is this
>newsgroup rather for advanced
At 13.04.2002 03:17, you wrote:
>i have this code for my form mail:
>
>mail ([EMAIL PROTECTED], "$subject", "From: $name\r\nEmail:
>$email\r\nWebsite: $website\r\nMessage: $message", "From: $email\r\n");
>?>
>
>i need to add an attachment file with the variable $file. what do i need
>to add i
At 12.04.2002 14:48, you wrote:
>Hello.
>
>I still can't manage to test locally the pages in my notebook, without using
>the htdocs directory. As i told you, i managed to install the all the stuff
>correctly, made my first test with a php script in the htdocs Apache
>instalation folder, but when
Hi Folks,
Does anybody know if there are differences in cookieprocessing
between
A.Suse 2.2.14-SMP/apache 1.3.12 / PHP 3.0.16 and
B.Suse 2.4.9 /apache 1.3.20 / PHP 4.0.6
I have moved "working pages" from A to B, and now (Win)Opera 6.01
will not accept cookies from the, formerly working, pages. I
At 12.04.2002 05:23, you wrote:
>
>I have a form processor that displays a confirmation
>screen showing the submitted form values to the user
>after they submit the form. This confirmation
>screen's contents are generated by the script itself.
>However, I'd like to be able to redirect the result
At 12.04.2002 19:20, you wrote:
>Works fine here. I can see the main page, and it opens up a window "Knackige
>Preise!"
>
>auf wiedersen
>--
>Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Thanks Jason,
that´s what I didn´t want to hear ! ;-) Seems to get a long night,
installing M$ $tu
Aehm,
as I´m a bit old- and shell- stylish (see reply from Rasmus on:How to
create...)
why don´t you just make
unset($retval); // cleans the array to contain the resul
exec("ls ".$your_path".*_.jpg",$retval,$is_ok); // $retval will be an
array containing all matches
if($is_ok)
{
$r
At 11.04.2002 17:14, you wrote:
>Hi there,
>
>I am wondering how to create a file on the server. I do not want to write
>anything to the file. Just create it.
>
>Thanx Andy
exec("touch filename"); // if you´re allowed to do this. c 'rights'
Oliver
--
PHP General Mailing List (http://www.php.ne
At 10.04.2002 15:56, you wrote:
>Okay, here is my dilemma:
>
>I have one page, (non-secure), which sets session variables for the users
>address, items, prices, etc. I have the next page which is secure, and
>cannot get the session variables from the previous page. Is there a way to
>pass the var
At 10.04.2002 11:48, you wrote:
>I'm working on a e commerce site and I need to store the credit card info
>of people who purchase stuff, on the site. How can I encrypt the credit card
># put it in a dbase and decrypt it when I need to
>
>Using Php4.* and Mysql.
The first thing I would sugges
At 09.04.2002 14:15, you wrote:
>Hi there,
>I am wondering what to do with a word that is to long for a table field.
>What I have is an application, where users can upload pics and give a
>caption.
>so if the caption contains to long words like aaa
>the
>whole site looks
At 09.04.2002 08:33, you wrote:
That´s an easy on ;-)
>Hello everyone!
>I'm fairly new to PHP, but I do know JavaScript, which is both a blessing
>and a hinderance, as there are many syntax similarities, but a subtle
>amount of difference which means I usually screw something trivial up in
>m
Aeh,
maybe you should make a plan, first, what to do. ;-)
That´s normal if you go to the supermarket, why not on softwaredevelopment?
At 08.04.2002 18:20, you wrote:
>Ok I have it working to a point... how can I impliment a loop to count the
>files in the directory, right now it only pulls the
At 08.04.2002 17:15, you wrote:
>Ok I know you guys are tired of hearing from me on here but I tried to do it
>a different way and now I am getting a parse error on line 6... here is the
>code,
>$dir_name = "/path/to/images/directory/";
>$dir = opendir($dir_name);
> while ($file_name = readdir($
If it should be fast,
avoid using mysql, just write a file with your number,
if there´s a new request, get your number, add one and write it back.
So you avoid mysql-"SQL parsing", opening Database, searching data,
send to process, php putting in var...
just open, read, add, write, close
HTH O
At 08.04.2002 11:33, you wrote:
>
>How does that tell you where something is?
>
>Quick quiz, some obvious high-profile examples off the top of my head:
>
>netvigator.com
>ntlworld.com
Ok, Ok I have to add more details to my mail.
If you need more informations, after retrieving the IP
yo
At 08.04.2002 14:56, you wrote:
>Php works in general (phpinfo()).
>The gd-lib however will not work for some reason.
>I tried
>extension=libgd.so
>in php.ini without any result.
>
>Anyone familiar with this problem?
>
>/M Green
Too few arguments ;-)
Did you already compiled GD ?
Did you compile
At 08.04.2002 13:12, you wrote:
>Hi,
>
>I have two servers with Apache PHP - carrying out different tasks.
>
>However, I have got a task that requires one application to use both
>servers. One of the units holds a bunch of session vars - which I would like
>to transfer to the other unit, when scr
At 08.04.2002 14:23, you wrote:
>Hy,
>
>I try to do a SELECT but when I test my code I Have a parse error.
>If someone can explain to me why.
>
>Code:
>
>$db = mysql_connect(newsmanga_db);
>$req = "SELECT * FROM dvds WHERE nomdvd='".$nom."".$i"' "; /// PARSE
>ERROR IN THIS LINE
Try this :
$req
At 08.04.2002 13:00, you wrote:
>
>How to convert or discover from IPadress country visitors on my web ?
>
>roman
You have to make a DNSLOOKUP
If you have a linux box (server setup) you can use
system("nslookup -timeout=3 -retry=1 ".$value)
where $value is the IP-Number. This gives you the
"real"
At 07.04.2002 16:22, you wrote:
>
>Hi, I'm trying to make a PHP script that would go in a website and log in.
>The website uses cookie to authenticate with its services. I made HTTP GET
>requests using fsockopen and parsed the results back into a variable.
>However I cannot find the cookie inf
At 06.04.2002 17:51, you wrote:
>Hi!
>
>I have this website with a webshop that customers can order some products.
>And when the products are listed up in the cart on the screen, would I like
>to get the output
>into a new txtfile and save it on the server. Then it is possible to get it
>faxed, a
At 06.04.2002 12:48, you wrote:
>I think I've got down how to use the new "superglobals" with data sent from
>forms using whichever method needed.
>
>Now I need to learn how to do it with sessions!
>
>this is what I'm trying to accomplish.
>
>my website/ client list is growing and I want to add t
At 06.04.2002 08:36, you wrote:
>I read in the contents of an old mysql database, and made XML files out
>of the data contained in it. The total job came out to about 6800 files,
>or "Documents".
>
>I'm finding that, sporadically, when reading these XML files, and passing
>the xmldata to sablotr
At 06.04.2002 08:33, you wrote:
>In line 6 (below) I tried both "Return_Path:<[EMAIL PROTECTED]>" and
>"[EMAIL PROTECTED]". I still don't get back the e-mail sent to a
>non-existent address.
>
>Can you help?
>
>
>(1) (2) mail("[EMAIL PROTECTED]",
>(3) "Test",
>(4) "Test",
>(5) "From:SBW Researc
PIII 400MHz, 512Mb, SuSe 6.4, 2.2.14 smp, php 3.0.16, Completed in
0.76187908649445 seconds
PIII 350MHz, 256Mb, Suse 7.3, 2.4.9, php 4.0.6, Completed in
2.6342689990997 seconds
File Size:28537kb,
But for "real tests", send the original file you use direct
BTW How the hell did you develop this
At 05.04.2002 12:31, you wrote:
>
>Jason,
>
>This is for an events calendar, I want all the dates form the db but when I
>am generating the individual days for the calendar I need to know whether
>there is an event for that day, hence pulling out all the dates from the db.
>As I am looping throug
At 05.04.2002 14:26, you wrote:
>Is there any functions or command that I can print out a page or a document
>without using the browsers' print?
If you have compiled php as standalone (I think it´s called the cgi)
you can use the exec("lpd docname"), if you have a printer on your box, or
in your
At 04.04.2002 18:39, you wrote:
>Using MS Windows 98, Apache, PHP and mySQL.
>
>I've installed Apache on my hard drive to test a database driven website
>using PHP and mySQL.
>
>Could somebody lead me through the steps if I want to continue using the
>mySQL database and PHP when the site goes liv
At 04.04.2002 13:34, you wrote:
>
>I need to alter the document properties of Word DOCS that our users
>upload via php. Does anyone know how to do this? (I am running PHP on
>a Linux box).
>
>David
There´s a program out in the internet, which converts .doc to txt,
also .xls to txt you can downl
At 04.04.2002 13:18, you wrote:
>Apparently under the bug report database for bug number 16043, my
>exactly problem was described. According to the PHP team, this
>windows/apache1.3.23/php4.1.2 session not writing to file bug has been
>fixed in the 4.2.0RC1 binaries. I've patched my php4apache.
At 04.04.2002 18:05, you wrote:
>
>Hi all, I'm new to the list (and php too...)
>I noticed that using the binary distribution of php_oci8.dll with oracle
>8.0.5 leads to an error becouse of the lob functions (not supplied with
>8.0.5 oci or not implemented in oracle 8.0.5 ?), so that I had to rec
At 04.04.2002 15:23, you wrote:
>
>
>I have a html form with some "text" (T1) and "checkbox" (C1) fields to pass
>it to a php script.
>
>Accessing "text" fields has no problem.
>
>There is a problem when I use
>$C1=$HTTP_POST_VARS['C1']
>to take the value of C1 (ON)
>If it is not checked, then it
At 04.04.2002 03:03, you wrote:
>I know that this is way off topic, but I was wondering if someone could help
>me. I couldn't think of anywhere else to look for info. So here are my
>questions. If someone could help me out or point me in the direction of a
>good resource I would be very grateful.
At 03.04.2002 12:08, you wrote:
>I'm getting a bit interested in this; here's how I
>suggest we proceed.
>+ introduction to php.net
> charter - the purpose of this newsgroup
> posting guidelines and etiquette
> be specific
> be terse
> descriptive subject
> include exact er
At 03.04.2002 11:22, you wrote:
>
>Is the folowing possible to do?
>
>I fill in a form and press submit.
>Then I read a record from a database. With this data it submits to the
>read submits url. After 10 seconds, it reads the next record and submits
>that data. etc etc
>
>So I don't have to pu
At 02.04.2002 23:44, you wrote:
>I run Linux, Apache and PHP4.06.
>I want PHP to parse .htm documents.
>I have done this before on other servers with no problem by editing the
>following line in my httpd.conf.
>
>AddType application/x-httpd-php .htm .php .php4 .php3
>
>But after restarting it doe
At 03.04.2002 01:59, you wrote:
>
>Hey [EMAIL PROTECTED],
>
> Im new at this so i got some problems that i would like to solve.
> First i have Linux Debian 2.2.19 version running on my poor server
> :) and i installed apache web server...everything goes well... i can
> access peoples webs
At 29.03.2002 10:22, you wrote:
>Hello,
>
>What will a database-driven web site do for? How does it releive stress on
>me?
>What is it good for? Why should I learn it? Thanks,
Think of a template,
You set up a design , and put database data in it.
If you have any changes on your website, you´ll
Did you restart mysql ?
could you see your entrances when using mysql on console
with master/masterpassword?
Oliver
At 28.03.2002 10:37, you wrote:
>Hello all,
>I am using php and mysql with phpmyadmin. I am trying to set up a username
>and password in mysql so that when I use
>if(!$db_conn = my
At 27.03.2002 21:20, you wrote:
Even if I didn´t read your code exactly, the fault is
the do while loop
replace it with something like this
while ($row = mysql_fetch_array($result))
{
for($i=0,$i < count($row);$i++)
{ // add something to make it fancy like a table or so
At 27.03.2002 14:27, you wrote:
>
>It seems that in using the PHP delete file function, I have inadvertently
>deleted the root folder instead, waxing the majority of my PHP files. Is
>there a recovery mechanism on Windows or am I getting burned by playing with
>fire?
>
>J
Look in your "wastebin"
At 27.03.2002 10:54, you wrote:
Rick thank you,
the problem wasn´t ' ', but stripslashes.
The data come from a database, so no ' s come with them.
That´s good to see, if you send selects via terminal directly to mysql.
Thanks again
Oliver
>
>Note that vars[1] is created with ' ' so that the $-nam
Hi Folks,
I save an ascii-sentence, representing my vars and their values in the db
after I request them, I try to eval them.
here is what I get back from the db
$scar=\"3\";$anrede=\"Herr\";$pf_name=\"wert\";$pf_kontem=\"tzrtzetrz\";$pf_kontel=\"zuoioopöl\";$zeit=\"\";$pf_wt=\"löjlköjklö\";$sto=\
Hi Folks,
I save an ascii-sentence, representing my vars and their values in the db
after I request them, I try to eval them.
here is what I get back from the db
$scar=\"3\";$anrede=\"Herr\";$pf_name=\"wert\";$pf_kontem=\"tzrtzetrz\";$pf_kontel=\"zuoioopöl\";$zeit=\"\";$pf_wt=\"löjlköjklö\";$sto=\
At 26.03.2002 23:56, you wrote:
>
>Here's the situation.
>
>I run the website for a macintosh user folding@home team.
>
>We are providing certificates for users who have done a signifigant amount
>of work for the team.
>
>I have jpeg templates and I'm using ImageTTFBBox and ImageTTFText to write
At 26.03.2002 14:44, you wrote:
>I wasn't so much concearned about security of users grabbin pics. I am
>more trying to learn how these people load there menus dynamically and
>pics dynamically. Do you have any links to pages or code that describe how
>to make a link in the db to pics on my files
At 26.03.2002 12:47, you wrote:
>
>I don't have any code for this, but I'm hoping someone can point me in the
>right direction. I want to load images or navigation menus dynamically. Is
>it possible to build a database of images and then use php to display
>them? Or something along these lines. I
At 25.03.2002 14:26, you wrote:
>
>Perhaps it is how I am calling the $lines in a while loop.? I have tried
>`$cmd`, exec(), exec($cmd, $ouput) (to capture the output as an array),
>system(), shell_exec(). None of them let me capture the STDOUT from the
>program. There has to be a way to do th
At 25.03.2002 15:10, you wrote:
>
>
>hi.. is there any way to use the php oracle function to check to see if
>there are any records in the selected set before calling ora_fetch?
>ora_exec doesn't error if ther are no records, and ora_num_rows doesn't
>return the numbe of rows in the set.,
>
>than
At 23.03.2002 00:05, you wrote:
>
>there's also two tools called sed and grep that are available on any unix
>system. and probably easily gettable on windblows.
>
>That can probably remove most comments.
I know, and use these on LINUX, but I don´t want to spend time to develop
something
which i
Hi Folks,
does anybody know a tool for removing comments out of PHP scripts?
I mean // this is a comment
and /* this is also a comment */
it should also handle something like
echo'http://somewher.somecom/somepage'; // this goes to somewhere
and multiline comment like
/*
..blah
*/
maybe anybody
At 21.03.2002 03:18, you wrote:
>Errmm... i don't know any apache groups, but
>if you want to do what you ask, just read the
>documentation, it's easy :-)
>
>jtjohnston wrote:
>>Anyone know of a good apache group?
>>I want to hide the structure of a directory when there is no idex.html
>>present
At 20.03.2002 16:28, you wrote:
>
>Sorry bringing Netscape issue up again but I seem to have found
>something...
>And to illustrate the problem, here's the file:
>http://kulchitski.com/problem/
Hi Val,
for me it looks OK, no fault to see. (NS405,451,475)
I´d suggest, that you enclose your width
At 21.03.2002 00:36, you wrote:
>Hi all!
>
>I'd like to hear from a single one of you who isn't tired of code similar to
>
> if (!$whatever) {
>$whatever=something;
> }
>?>
>
>or else
>
> if ($whatever)
> {
>$somethingelse=$whatever;
> }
>?>
>
>How about a new asignment operator whic
At 20.03.2002 13:38, you wrote:
>STILL DOESN'T WORK :(
>
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: 20 ÂÅÒÅÚÎÑ 2002 Ò. 13:29
>To: [EMAIL PROTECTED]
>Subject: Re: [PHP] HTMLnetscape issue
>
>At 20.03.2002 13:11, you wrote:
> >
> >Hi,
> >
> >Sorry for re
At 20.03.2002 13:11, you wrote:
>
>Hi,
>
>Sorry for repeating myself, but am lost and still can't find a solution
>to the following problem, I need to specify a background image for
>like the code below:
>
>
>
>
>
>This code works EVERYWHERE (in all browsers) but Netscape Navigator 4.
At 20.03.2002 12:17, you wrote:
SOLVED !
> > I have stored several selects in a mysql-db,
> > it is possible to parse the answer, but I couldn´t remember how.
> > f.e. > the answer on a query is:
> > select * from somewhere where foo='$foo' and foofoo='$foofoo'
> > this is a string, what is the m
At 20.03.2002 16:29, you wrote:
>
>
>
>Hii,
>
>Actually i want to sort the files form mysql database using php
>sorting.I can get the correct result using php sorting if the data's are
>stored in the array like this format.
>
> $temp=array("apple","Orange","Gova")
>
>please tell me how i will st
Hi Folks,
I have stored several selects in a mysql-db,
it is possible to parse the answer, but I couldn´t remember how.
f.e.
the answer on a query is:
select * from somewhere where foo='$foo' and foofoo='$foofoo'
this is a string, what is the method to make the $foo-vars
"real" vars?
TIA Oliver
1 - 100 of 142 matches
Mail list logo