you can read the content about form dealing in php manual:
http://us.php.net/manual/en/tutorial.forms.php
On Sun, Mar 18, 2012 at 7:34 PM, saeed ahmed wrote:
> i am a full time warehouse worker and do not have time.i hardly can spend
> 2/3 hours a week on internet(at work we do not use internet b
hesitant to put much code in an interrupt handler -- I
have always thought that has issues too.
Jeremy
-Original Message-
From: Rasmus Lerdorf [mailto:ras...@lerdorf.com]
Sent: Sunday, May 08, 2011 11:38 AM
To: Jeremy Greene
Cc: php-general@lists.php.net
Subject: Re: [PHP] semaphores are brok
I do find it interesting that it's not discussed more on the list... but
semaphores are kind of silly in php.
Jeremy
Sorry for the bad formatting...
Anyway, I did figure out the problem: php creates/expects each system v
semaphore to be a semaphore group of 3. So, not only is that weird, it
really should be documented.
Jeremy
-Original Message-
From: Jeremy Greene [mailto:jer...@zeevee.com]
Sent
nclusion posted... I really
hope I have better luck!!
Jeremy
I have had really bad luck with signals. They can be “lost” in more than one
way.
I thought this was the far more reliable and correct way… at least from that
point of view.
Jeremy
From: Nathan Nobbe [mailto:quickshif...@gmail.com]
Sent: Monday, May 02, 2011 5:01 PM
To: Jeremy Greene
. or at least there's a rounder peg available.
I did look into disabling the warning, but that got me more concerned
since it seemed like a frowned upon thing to do and even more of a
performance hit.
The irony is that I'm using shared memory (and signals) exactly for
performance reasons L
Jeremy
ndlodge.mb.ca;
would be this in latin characters:
mailto:[EMAIL PROTECTED]/
http://www.asciitable.com/
http://www.php.net/ord
The rest should be easy to figure out on your own.
--
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corporation
http://www.omegavortex.net
Please note: This mess
Nathan Nobbe wrote:
On Wed, Apr 16, 2008 at 12:56 PM, Jeremy Privett <[EMAIL PROTECTED]>
wrote:
This is a holy war that is never going to end. It boils down to personal
and professional preferences. The fact of the matter is, if a company uses
these concepts and you don't know,
nion is on the feature of the language.
Useless or not, if it's not your project, you don't get to make that
call. If it is your project, do whatever you want.
--
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corporation
http://www.omegavortex.net
Please note: This message has bee
""Nathan Nobbe"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Tue, Apr 8, 2008 at 7:41 AM, Jeremy O'Connor <[EMAIL PROTECTED]>
> wrote:
> they pretty much have that in the scriptacuous lib under
> Ajax.Autocompleter,
> at
""Jay Blanchard"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Cool...I'd have the 'submit' button hidden until results were returned
> so as to avoid user confusion.
Yes, something to add in a later version of the component.
--
J
library, which
you need to get from their website. You can view a demo and download the
source at: http://jeremywebdeveloper.co.za/code/ajaxsearch/
--
Jeremy O'Connor
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jeremy Privett wrote:
[EMAIL PROTECTED] wrote:
Beware: round() apparently has changed its behavior from PHP 4.
This is actually a change in the behavior of the float type, not the
round function. Replace your round() with a cast to float and you'll
see the exact same result.
Also,
[EMAIL PROTECTED] wrote:
Beware: round() apparently has changed its behavior from PHP 4.
This is actually a change in the behavior of the float type, not the
round function. Replace your round() with a cast to float and you'll see
the exact same result.
--
Jeremy Privett
C.E.O. &a
$this->st->close();
$this->db->close();
}
}
$sql = "
SELECT `id`, `name`
FROM `user`
WHERE 1
";
$params = array(
'id',
'name',
);
$user_iterator = new StmtIterator($sql, $params);
while ($user_iterator->fetch()){
echo isset($this->db->name)
? "in the local scope name as {$name}."
: null;
}
Jeremy Mcentire
Ant Farmer
ZooToo LLC
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Mar 15, 2008, at 7:16 PM, Ray Hauge wrote:
Jim Lucas wrote:
It has been brought to my attention that with Perl and Ruby, you
can use Objects as the value of the key within an array. The
examples that were shown to me make me think that this would be an
awesome ability to have within PHP
at was the "PHP-Back-door Trojan" exactly?
Jeremy Mcentire
Ant Farmer
ZooToo LLC
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
or a living and split the
difference based on the client's needs.
Jeremy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Yeah...see...I'm confused apparently!
My while loop is getting all of the names correctly, apparently my
problem
is...once i get them, how do I echo each one out seperately?
Based off of the print_r($cs_row) I can see all of the names. What
should I
be doing differently to output each name
So, take a look at what's below and see how it works for you.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Nov 15, 2007, at 7:50 PM, Juan Marcelo Rodríguez wrote:
2007/11/15, Philip Thompson <[EMAIL PROTECTED]>:
On Nov 15, 2007 5:12 PM, Juan Marcelo Rodríguez <
[EMAIL PROTECTED]>
wrote:
Yes, I made a mistake in the first sentence.
The code is :
[...]
foreach ($equipos as $key => $val){
echo ""
t just echoing in a loop, but defining an array of results to
begin with.
Then, of course, you can simply iterate over the resulting array when
you display.
Jeremy Mcentire
Ant Farmer
ZooToo LLC
On Nov 16, 2007, at 1:57 PM, Dan Shirah wrote:
Hello all,
I am having trouble trying to figur
On Nov 14, 2007, at 4:21 PM, Jürgen Wind wrote:
better use Date() in js ...
tedd-2 wrote:
Current date/time for whom?
For your server, use php's date().
For the user, use javascript's date().
It's so cool to be multilingual. :-)
Cheers,
tedd
I don't know that that's better. Then, suddenly, o
Hey list,
I'm doing some R&D for a project at my job and my boss wants the ability
to send pictures to cell phones. I was wondering if anyone had any
experience with this or could point me in the right direction to get
started.
Thanks,
Jeremy
--
PHP General Mailing List (http://ww
d' in the above example, string, string, string,
decimal. Further, you should probably make sure that your $_POST
data is set and isn't null or a variable type other than what is
expected.
Jeremy Mcentire
Ant Farmer
ZooToo LLC
On Oct 29, 2007, at 9:51 AM, Hulf wrote:
Hi,
I am still
ove the step of validation -- so they say. I'd rather not try
{} catch{} a query and give an error on failure... so, I prepare the
data as I test its validity anyway.
Jeremy Mcentire
Ant Farmer
ZooToo LLC
On Oct 29, 2007, at 6:06 AM, Hulf wrote:
Hi,
Begining using the php5 mysql functions a
line\n
Yet, the same thing in double quotes:
some linewith a tab, a variable foo, and a
newline
As a result, I use single quotes whenever I can. Otherwise, double.
Jeremy Mcentire
Ant Farmer
ZooToo LLC
On Oct 29, 2007, at 6:15 AM, Nathan Nobbe wrote:
On 10/29/07, Crayon Shin Chan &
nsensitive] )
And isn't "mixed" of any type?
/Peter
--PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.
In this case, "mixed" means any scalar value. And "mixed" usually
applies when a variable can be of more th
I'm building a website right now that will be a database of attractions in
the Carolina and Virginia area.
The idea is that attraction owners can submit data to the database and the
database will automatically generate a page containing that information.
What I'm trying to figure out is how to gen
Rob Gould wrote:
Ok, well at least I'm honing in on the problems now. I appears that
my ISP is only running php 4.4.4.
So back in the PHP 4-days, what was the preferred method of doing such
things?
- Rob
Expat would probably be the way to go, then.
http://www.php.net/xml
--
Jer
gt; 7
[7] => 8
[8] => 9
[9] => 10
[test] => 11
[test2] => 12
[10] => 13
[11] => 14
[12] => 15
[13] => 16
[14] => 17
[15] => 18
[16] => 19
[17] => 20
)
This preserves array keys if it's an associative array being
take all elements in all arrays and flatten them down to
one array.
Thus the result of the example above should be
array(1,2,..,6)
Marc
--
Jeremy C. Privett
Chief Operating Officer
Zend Certified Engineer
Completely Unique
[EMAIL PROTECTED]
Phone: 303.459.4819
Mobile:303.883.
Well, it could be this, too:
switch( $_REQUEST['id'] ) {
case "white":
echo "Right color.";
break;
case "black":
echo "Right color.";
break;
default:
e
stumped.
Jeremy Schreckhise, M.B.A.
al/en/ini.php#ini.list
Like it says in the user contributed notes on that page, you have to use
php_value in .htaccess to adjust the setting.
Example: php_value upload_max_filesize 20M
---
Jeremy C. Privett
Director of Product Development
Zend Certified Engineer
Completely Unique
[EMAIL PROTECTED]
Try
$link = mysql_connect('localhost',$youruser,$yourpassword) or die();
mysql_select_db('yourdb');
$query = 'SELECT * FROM Moses_Lake_Lions';
if(!$result = mysql_query ($query,$link))
{
// do error c
But is libmysql.dll the dll from mysql; the one packaged with php 5 will not
work.
Jeremy Schreckhise, M.B.A
-Original Message-
From: Beauford [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 27, 2006 10:33 AM
To: php-general@lists.php.net
Subject: RE: [PHP] Re: PHP 5, Windows, and MySQL
Here is the direct download portal for the two corrected crucial .dlls.
http://dev.mysql.com/downloads/connector/php/
-Original Message-
From: Jeremy Schreckhise [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 27, 2006 10:14 AM
To: php-general@lists.php.net
Subject: [PHP] Re: PHP 5
I ran into the same problems; here is how I solved them.
1. Install MySQL 5
2. Install PHP 5
3. Modify php.ini extensions directive to point to php_mysql.dll (the
one that was packaged with php 5)
4. Here is the tricky one make sure mysql is finding the libmysql.dll
packaged
I ran into the same problems; here is how I solved them.
1. Install MySQL 5
2. Install PHP 5
3. Modify php.ini extensions directive to point to php_mysql.dll (the
one that was packaged with php 5)
4. Here is the tricky one make sure mysql is finding the libmysql.dll
packaged W
New release of phpEditIni Ver 1.0 Beta4 is now available at
http://phpeditini.net .. Now handles Windows and Linux/*nix line ends
correctly.
Use phpEditIni to edit your PHP.INI files in a browser.
--
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: h
might have to do something with the drive index number.. .But
like I said, I'm very new to this all can't figure out how to combine the 2
pieces of info I need. Once I figure this out, I'll be able to play with the
data more and smooth it to the way I'd like to. Any help would be wonderful -
thanks!
Jeremy
ween systems, and the 2 things that always get me are arrays and
map/hashes. Some day I hope to figure this out!
Jeremy Pavleck
Sr. Network Engineer - Systems Management
IT Networks and Infrastructure
Capella University
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hat I'm looking for.
I tried a few different functions from the website, magic_quotes,
addslashes, htmlspecial etc etc but none did what I was looking for
Jeremy Pavleck
Network Engineer - Systems Management
IT Networks and Infrastructure
Direct Line: 612-977-5881
Toll Free: 1-888-
ks spot on for me, since no one suggested it I assume
I'm not using it in it's greatest capacity and will look at other
methods. But hey, at least it works, I'm happy about that!
-Original Message-
From: David Tulloh [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 23, 2006 9:
yed into the "Controller Index:" in the other array.
I hope this makes sense. Sorry if it's super simple to solve, but I
tried a few things, and googled a few things, but I must have not found
the right thing I was looking for, as I still can't figure it out.
Thank you very much!
eric OID (.1.3.6.1.4.1.232.3.2.2.1.1.10.0) it does
work, but only returns the numeric value.
System Info:
PHP 5.0.5
Net-SNMP 5.1.1
Php compiled with --with-snmp and --enable-ucd-snmp-hack
Thanks.
Jeremy Pavleck
Network Engineer - Systems Management
IT Networks and Infrastructure
D
The latest version of PHPEditIni is now available (Beta3). If fixes a bug in
Linux/*nix. Use this script to edit
your PHP.INI files in a browser based GUI. Visit http://phpeditini.net .
--
The PHP EditIni Project
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
The PHPEditIni PHP script now supports Linux/Unix. Use this script to edit
your PHP.INI files in a browser based GUI. Visit http://phpeditini.net .
--
The PHP EditIni Project
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
"Barry" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jeremy C O'Connor schrieb:
> > The new browser based editor of PHP.INI files on Windows, phpEditIni,
has
> > moved to a new site: http://phpeditini.net Download it today!
> >
&
The new browser based editor of PHP.INI files on Windows, phpEditIni, has
moved to a new site: http://phpeditini.net Download it today!
--
info at phpeditini dot net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
phpEditIni project.
That is to say PHP.INI, not WIN.INI
--
net07350
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
This is an announcement of a new browser based editor for the
C:\WINDOWS\PHP.INI file. It lets you uncomment or comment lines by clicking
a checkbox, and alter the values of configuration settings. You can also
insert, edit and delete lines. It is in the Beta stage of release, so please
let me
Have you tried?
error_reporting(E_ALL^E_NOTICE);
Jeremy Schreckhise, M.B.A.
-Original Message-
From: Dave Goodchild [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 27, 2006 10:37 AM
To: php-general@lists.php.net
Subject: [PHP] Bug madness
Hi all, I have been mashing my head
Try
print("Foo Bar");
Jeremy Schreckhise, M.B.A.
Hello,
==
Foo Bar"; ?> ==
Then the URL showed up at the bottom border of the browser has 'name=foo'.
What should I do to have 'name=foo bar' in the URL? I tried
htmlspecialchars but did not see an
#x27;t the programs, nor the vars I'm just using this
as an example)
phpBB_create.php?user=webdevuser&pass=webdevuserpass
Of course you would do this programmatically with variables from your webdev
form.
Jeremy Schreckhise, M.B.A.
-Original Message-
From: Weber Sites
Wasn't trying to steal anyone's thunder. Created the response, went to
work, then sent it later. Your response adequate and complete. Sorry to
intrude.
Jeremy Schreckhise, M.B.A.
-Original Message-
From: John Nichel [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 20, 20
Why couldn't you use your login (weberdev). I.E. when a user creates an
account you also push this data onto the phpBB2 db. Find where phpBB is
creating a user, analyze the encryption method use, modify your login to
create both entries.
Jeremy Schreckhise
-Original Message-
Saline Erik wrote:
Sometimes I just need a point in the right direction. So RTFM is not
so bad.
Erik
If you say so. In that case, jblanchard, I apologize for my outburst.
--
Jeremy Privett
Director of Product Development
Zend Certified Engineer
Completely Unique
[EMAIL PROTECTED]
Phone
It usually just pisses them off.
Also, links to other functions to help out like http://www.php.net/usort
or http://www.php.net/array_multisort would've helped out more, as well.
--
Jeremy Privett
Director of Product Development
Zend Certified Engineer
Completely Unique
[EMAIL PROTECTED]
Ph
ere's no one here willing
to help new people more than throwing them "RTFM" responses.
--
Jeremy Privett
Director of Product Development
Zend Certified Engineer
Completely Unique
[EMAIL PROTECTED]
Phone: 303.415.2592
Fax: 303.415.2597
Web: www.completelyunique
You could pass your error message back and forth as an HTTP post.
$myMsg = $_GET['error_msg'];
if(isset($myMsg))
{
//print my message
}
else
{
//process as normal
}
-Original Message-
From: Paul Goepfert [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 21, 2006 12:53 PM
John Nichel wrote:
Jeremy Privett wrote:
John Nichel wrote:
$_SERVER['DOCUMENT_ROOT']
http://www.php.net/manual/en/reserved.variables.php#reserved.variables.server
Nope. I've already tried that... $_SERVER['DOCUMENT_ROOT'] contains
/home/jeremy/public_html/t
John Nichel wrote:
$_SERVER['DOCUMENT_ROOT']
http://www.php.net/manual/en/reserved.variables.php#reserved.variables.server
Nope. I've already tried that... $_SERVER['DOCUMENT_ROOT'] contains
/home/jeremy/public_html/test/ ... All I want is to the public_html
George Pitcher wrote:
Jeremy,
I think I lead you down the wrong path with my last reply.
have a look at $_ENV['ORIG_PATH_TRANSLATED'] which, on my WinXP Apache2 box
gives 'C:\Apache\Apache2\htdocs\testsite\phpinfo.php'.
Is that what you are after?
George
I think my
2006 07:14:22 AM -0600
From: Jeremy Privett <[EMAIL PROTECTED]>
To: php-general@lists.php.net
Subject: [PHP] Getting The Document Root
I'm looking for a method that would be able to extract the user's
true document root (e.g. /home/jeremy/public_html/) so that I can
use it for som
I'm looking for a method that would be able to extract the user's true
document root (e.g. /home/jeremy/public_html/) so that I can use it for
some filesystem scanning functions. I'm trying to avoid hard-coding
supported document roots in favor of being able to dynamically
janbro wrote:
Hi Jeremy,
I tried if ( strcmp( trim($SollKombination), trim($formCheck) ) )
same negativ result. For some reason both strings are not considered to be the
same.
They have the same length, are of the same type and have the same content. Why
PHP
doesn't recognize them as b
have with this:
if ( strcmp( trim($SollKombination), trim($formCheck) ) ) {
echo "test";
}
---
Jeremy Privett [ http://www.jeremyprivett.com ]
Founder - Lead Software Developer - Hosting Systems Administrator
Omega Vortex
(http://www.omegavortex.com)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
with windows installed on drive c:
Thanks in advance,
Jeremy Schreckhise
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Web Directory out into a
director that's not within the Web Directory? I'm using absolute
paths.
Jeremy
I'm using the rawurldecode() function to try and polish up some data
I get from a parameter
I use the function below and this is what it does. It's as-if it
only unencodes the last part. Anybody have ideas on what I'm doing
wrong?
$order = rawurldecode($HTTP_GET_VARS["x"]);
3445%252520Cau
I'm using the rawurldecode() function to try and polish up some data
I get from a parameter
I use the function below and this is what it does. It's as-if it
only unencodes the last part. Anybody have ideas on what I'm doing
wrong?
$order = rawurldecode($HTTP_GET_VARS["x"]);
3445%252520Cau
I'm using the rawurldecode() function to try and polish up some data
I get from a parameter
I use the function below and this is what it does. It's as-if it
only unencodes the last part. Anybody have ideas on what I'm doing
wrong?
$order = rawurldecode($HTTP_GET_VARS["x"]);
3445%252520Cau
What function do I use to convert an ASCII character into it's
equivalent number?
--
Sorry, I think my spam filters got any responses. If you replied,
could you please resend it to me?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
What function do I use to convert an ASCII character into it's
equivalent number?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Wed, May 18, 2005 11:55 am, Jeremy Reynolds said:
I received this useful bit of code for storing a page into a variable
instead of loading it as an include. But how can I modify this to
submit some parameters to a page and collect the returned page / HTML
into a variable??
Jeremy
I received this useful bit of code for storing a page into a variable
instead of loading it as an include. But how can I modify this to
submit some parameters to a page and collect the returned page / HTML
into a variable??
Jeremy
--
$text = file_get_contents('Document
I'm very new to XML and XSL and feel very helpless about a problem I
am having. I've tried several message boards with no luck. The
problem I am having is this...
===
Problem: can't retrieve the "1" from the ERRORCODE tag.
I've narrowed down the source to the xmlns attribute in
, that would make
sense. But I haven't run across anything like that so far. How does
that work?
Jeremy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
What if I want to include some literal test into a PHP document that
I don't want it to interpret as it loads. In particular, I am
working with XML but for the example's sake I will say PHP. Example:
--
DocumentA.txt:
---
---
Document B:
--
--
I would l
How do you increase the execution time in php?
I have set max_execution_time to 360 and setting set_time_limit(0);
nothing works.
I still get Fatal Error: maximum execution time of 60 seconds.
Please Help.
I got the files to upload correctly using
"Greg Beaver" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jeremy Weir wrote:
>> The quesion is: how would one make an abstract method that can be
>> compatible with all extending classes that define the method using
>> different class typ
The quesion is: how would one make an abstract method that can be compatible
with all extending classes that define the method using different class type
hints?
The php block below is how I thought it should work, but will give this
error at parse time:
Fatal error: Declaration of DisplayObject
You have forgotten one table in your second query, try this :
$eventdetails_query = mysql_query("select details, information,
file_name from event, eventdetails where event.id = eventdetails.event_id");
Karl-Heinz Schulz wrote:
Thank you for the information but I still have some problems.
I use t
I have a 3rd party SDK written in C. It includes a compiled .a file and
a header file (.h).
Is there any way that I can call the functions included in the SDK from
within a php script?
Regards,
Jeremy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
Although I have never seen a full app, I have seen PHP code which handles
checkin/checkout of files as a class. I don't know if that will help you, but
if it will then please let me know and I will dig it up.
-Jeremy
On Saturday 29 May 2004 09:50 pm, Brian V Bonini wrote:
> On Sat, 20
Google it
and you will have everything you need.
-JEremy
On Friday 28 May 2004 05:49 am, Matt MacLeod wrote:
> I've been having a little trouble configuring a script to send a
> multipart email using PHP.
>
> The script send the message, but when I recieve the email it doesn
ation problems should go away.
Jeremy <[EMAIL PROTECTED]>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
solution called htmldoc (you
can probably find it on Google) that will convert HTML to a PDF file,
but it's not as easy to deal with, and the PDFs it creates are, in my
opinion, not nearly as nice as the ones created by PDF class above.
Jeremy
--
PHP General Mailing List (http://www.php.net
could use php to display the video stream from the NOC so only one feed
to the webcam is necessary?
Thanks in advance
Jeremy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e
id for the item_master table, and then turn off AUTO_INCREMENT on the
table? In experimenting, this appears to be the case, but since I'm
going to updating a production application, but I want to be absolutely
sure this isn't going to cause any unforseen problems before I do this.
access
to the php.ini file. Is there something like the .htaccess file that
can be used on a Windows server?
My ISP is using PHP v4.3.0.
Thank you!
Jeremy Markman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Of *course* you can do that with php! When the user clicks a link, with
PHP respond like this:
...
...
And voila! PHP closes the window!
-J
-Original Message-
From: Richard Davey [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 9:58 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] E
RTFM.
http://us2.php.net/manual/en/function.symlink.php
-Original Message-
From: Merlin [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 3:24 PM
To: [EMAIL PROTECTED]
Subject: [PHP] creating file links on linux (ln) with php
Hi there,
I do have a couple of hundred file links
Sorry for the mistake.
I check the email I sent and I only sent it to the group, I changed the
subject an removed all the of the message.
Blake
David T-G wrote:
Jeremy --
You have started a new thread by taking an existing message and replying
to it while merely changing the Subject: line
Hey Group
I am starting to write class and objects and came across some syntax
that I dont understand.
What does the ampersand do in the bottom example code, they both work.
$n1 = $num1 -> function();
$n1 = & $num1 -> function();
-Blake
--
PHP General Mailing List (http://www.php.net/)
To unsu
Thanks for all the help, floor() was the correct choice for this problem .
-Blake
Vincent Jansen wrote:
Hi Richard
I agree
But you always want to round down ;)
Blake> Is there a function that when you divide 2 numbers you drop the
Blake> remainder and are left with the whole number.
Still
1 - 100 of 357 matches
Mail list logo