[PHP] PHP to another language

2002-01-20 Thread Andrew V. Romero
what languages they would be okay with, but thought I would start to check into the problem here first. Thanks for any information, Andrew V. Romero -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP] Re: PHP-JavaScript

2002-01-20 Thread Andrew V. Romero
Would it be possible to have javascript insert a hidden input tag in the html and then php could pick it up? Just an idea, Andy Mëòv î‰çîÎ òsyïn wrote: > Is it posible to get values from javascript to PHP? Without having to post > the variables.. > > Thanks //Mårten > > _

[PHP] Writing array to file w/o blanks- Update

2002-01-13 Thread Andrew V. Romero
Oops the function had one mistake in it (from me already trouble shooting this), it should be: function updateSuspenderOrVehicleFile($fileToUpdate, $newDataArray) { $fileName = fopen( $fileToUpdate,"w"); for ($i=0; $ihttp://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

[PHP] Writing Array to File w/o blank lines

2002-01-13 Thread Andrew V. Romero
I have been working on a script that manipulates arrays and now I am working on the part where the user can erase part of the array. Previously the function that writes the array to a file looked like: function updateSuspenderOrVehicleFile($fileToUpdate, $newDataArray) { $fileName = fopen( $file

[PHP] Licensing??

2001-12-28 Thread Andrew V. Romero
use their product for free, what do they get out of it? Thanks for any information, Andrew V. Romero -- 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

[PHP] Email files as attachments

2001-12-21 Thread Andrew V. Romero
o email simple messages, but I haven't run across a way to attach a file to it. Thanks for any information, Andrew V. Romero -- 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]

[PHP] Ensuring that Form is only submitted once (session vars?)

2001-12-21 Thread Andrew V. Romero
y am I getting this errors when I just cut and paste the example code into a sample page? Thanks for any direction and help, Andrew V. Romero -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

[PHP] Passing Variables and the include command

2001-09-18 Thread Andrew V. Romero
counter.php3 using the include command and have the page pass it the variable $file. Any ideas? Thanks, Andrew V. Romero -- 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]

[PHP] Order of focus for text entry inputs

2001-09-13 Thread Andrew V. Romero
vascript inside a php script, although judging from a few other messages, this does seem to be possible. Thanks for any ideas, Andrew V. Romero -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

[PHP] Determining IP address

2001-09-05 Thread Andrew V. Romero
hospital. Instead of having user names and passwords, I thought it would be eaiser if I just checked the IP address, especially since this is not a program that really has to be secure, but I would like to prevent just anyone from using it. Is this possible with php? Thanks, Andrew V. Romero

Re: [PHP] 3d array-number of elements in each dimension

2001-05-22 Thread Andrew V. Romero
I should clarify that I need to determine the number of elements in $j for each row ($k). Thanks, To reply personally, remove all numbers from address. "Andrew V. Romero" wrote: > I have a 3d array $ingredientsInfoSplit[$i][$j][$k] and this array is > contains $i-

[PHP] 3d array-number of elements in each dimension

2001-05-22 Thread Andrew V. Romero
ny $j elements there are. Thanks for any help, Andrew V. Romero -Please remove all numbers from address to reply personally.- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] Not losing variables in forms w/ checkboxes

2001-05-18 Thread Andrew V. Romero
ndingAgent. Thanks for any ideas, Andrew V. Romero To reply personally, remove all numbers from my address. -- 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 administrato

[PHP] html forms, reading & writing data, etc

2001-04-07 Thread Andrew V. Romero
use those to refer to the actual answer but that didn't work. So how would you go about doing this? ---Andrew V. Romero If you want to reply personally, remove all numbers from my address. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

[PHP] Read one word in file

2001-04-05 Thread Andrew V. Romero
t space is encountered. Is there a function to do that or will I need to create a for loop that goes through and compares each substring of 1 character to " ", and then once that " " is found, create a substring up until that " " character was found? Any ideas? --Andrew V

[PHP] command that gives current location of script

2001-03-17 Thread Andrew V. Romero
I though in flipping through the manual that I had come across a command that gives the location of where the script is being run from, but I have been searching for half an hour and can't find it now. Isn't it something like $php_self? Anyone kow what I am talking about? Thanks,

Re: [PHP] Creating Files Windows vs Unix

2001-03-15 Thread Andrew V. Romero
I believe the school does run *nix servers. I tried changing the permissions for the directory so that everyone (and their brother) has read write and execute permission, but I still get all the errors. Is there any other ideas that I can try? Christian Reiniger wrote: > On Thursday 15 March 20

Re: [PHP] Creating Files Windows vs Unix

2001-03-14 Thread Andrew V. Romero
hanks Andrew V. Romero To reply personally, remove all numbers from address. ICQ# 54080914 David Robley wrote: > On Thu, 15 Mar 2001 17:20, Andrew V. Romero wrote: > > Today I was uploading my completed script to my school's server at > > http://www.

[PHP] Creating Files Windows vs Unix

2001-03-14 Thread Andrew V. Romero
puter but not on the server (I suspect it may have something to do with security)?? To get around this, I supose I need a few lines of code that first test if my file exist and then if it doesn't I will have to create it using the touch command?? Any other ideas? -Thanks Andrew V. Romero

Re: [PHP] Search & display *.txt files in dir

2001-03-13 Thread Andrew V. Romero
Wow, that exact question was asked. Sorry everyone. Thanks anyway. David Robley wrote: > On Wed, 14 Mar 2001 15:20, Andrew V. Romero wrote: > > Is there a way to have php display all the .txt files in a directory? > > I checked in the manual but didn't see anything tha

[PHP] Multi-Step Script

2001-03-13 Thread Andrew V. Romero
statements to evaluate where the program is in relationship to the forms, would this type of system work? What do you guys do? -Andrew V. Romero To reply personally, remove all numbers from address. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] Search & display *.txt files in dir

2001-03-13 Thread Andrew V. Romero
Is there a way to have php display all the .txt files in a directory? I checked in the manual but didn't see anything that would seem to help me do this. Thanks for any help. -Andrew V. Romero To reply personally, remove all numbers from my address. -- PHP General Mailing List

[PHP] Test if File Exist, if not, use default file name

2001-03-06 Thread Andrew V. Romero
in c:\server\apache\htdocs\survey\questionanswer.phtml".Ideally it would not display this message and just check if the testQA file is around and if not then just terminate with an error message of my choice. -Thanks for any ideas, Andrew V. Romero To reply personally, remove a