I have this tree:
myroot
|
|--folderone
| |
| |--foldertwo
| | |
| | |--archivethree.php
| |
| |--archivetwo.php
|
|--archiveone.php
I need to include archiveone.php:
In archivetwo.php I make one include:
include("../archiveone.php")
I have an application where the user can upload a file on a folder.
Then my application must read how many data this user have available.
I store in an interbase database the limit of his capacity.
It all works fine, but with some archives i receive an error:
Warning: stat failed for the_uploaded
try rawurlencode() and rawurldecode()
Salu2,
V
-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Enviado el: jueves 27 de diciembre de 2001 3:46
Para: [EMAIL PROTECTED]
Asunto: [PHP] problems with urlencoding
Hi,
I try to send the content of a variable about
I'm developing a site where many users can log in.
I want to know how many users are using the system simoultaneously, and display it in
a document so the users can see it.
¿How can i do that?
Thanks
Salu2,
___
Powered by Sambar Webmai
to a database or file. Increment when new user enters;
> decrement when user logs out. If user does not log out and simply types a
> new URL into the address line, then you have another problem.
>
> -Original Message-
> From: V [HREF="mailto:[EMAIL PROTECTED]";>
try to use webzip, or teleport, or such kind of software
Salu2,
V
-Mensaje original-
De: DL Neil [mailto:[EMAIL PROTECTED]]
Enviado el: sábado 20 de octubre de 2001 17:08
Para: [EMAIL PROTECTED]; Yasuo Ohgaki
Asunto: Re: [PHP] Re: Annotated PHP Manual
> Khalid Hazmi wr
i do
-Mensaje original-
De: Edney Marcel Imme [mailto:[EMAIL PROTECTED]]
Enviado el: miércoles 29 de agosto de 2001 22:19
Para: [EMAIL PROTECTED]
Asunto: [PHP] php and Interbase
HI.
Anyone use php with Interbase here?
Tks.
Edney Marcel Imme
ICQ: 109374340
--
PHP General Mailing
Go to Hotscripts.com>PHP>ScriptsandPrograms>Groupware and download PhProjekt -
chat and a whole lot more
Could be too much, I dunno!
VW
Quoting Edward Peloke <[EMAIL PROTECTED]>:
### Does anyone have any suggestions for a good small FREe chat room to add to
### a
### family site? A friend here
http://php.net
search in functions for number_format
Cheers!
Quoting Ben Edwards <[EMAIL PROTECTED]>:
### I wish to format money with a £ sign, two decimal places and commas
### separating thousands. I seem to be able to do the £ and decimal places with
###
### sprintf or use money_format to
Quoting Bob Lockie <[EMAIL PROTECTED]>:
###
### I want to display an HTML page if PHP can't load an include file or
### otherwise has an error or just doesn't work.
### How do I do this?
###
if (!$variable){print('your html stuff');}
Kinda basic, but it might help.
Cheers!
VW
###
### --
Tom!
Here's one way:
I named all of the images to display 1.jpg - 7.jpg
This code is at the top of the page:
I have this code where I want the image to appear:
HTH
VW
Quoting Tom Ray <[EMAIL PROTECTED]>:
### I'm trying to set it up so that a random image from either a mysql table
### o
Hi,
Can anyone suggest the best method (plain
substitution, gettext or db) for implementing a shop
cart with multilanguage support?.As the cart will be
hosted with multiple clients which of these approach
is best for the long run, and which requires less
client intervension.Also i would like to kn
I am passing a value of checkboxes in a form to a new page like this (see
example here: http://www.gibsonusa.com/test/check/)
In a new page how can I pull the data from a MySQL database according to
each value I passed from a previous page? In other words: Assume that the
value of a checkbox eq
Has anybody succesfully installed all graphic libraries on windows platform ? Maybe
you can sent me some links for step by step installation or help any way ?
Thnx
I have another idea - to use javascript to change hidden value
()
When you check this box - javascript changes hidden value to 1 and submits form
(
function chkboxAndSubmit()
{
var box_name = document.GetElementById('box_name');
var chkbox = document.GetElementById('chkbox');
if (box_name
Hello,
I have to solve one problem - my script searches simply text document, so - if this
document is big enought - i have to "replace" timeout of my script, besides - i have
to make, that then this proceeds some kind of process bar must scroll until script
finishes his job...
so - any ideas
But it doesn't work with IE 6 (but i need this to work... :( )
> > Hello,
> > I have to solve one problem - my script searches simply text document, so - if
>this document is big enought - i have to "replace" timeout of my script, besides - i
>have to make, that then this proceeds some kind of
In Asp i have this
response.redirect "name_page.asp", it's used to go to another page
what is the similar function in PhP?
Regards
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the li
In Asp i have this
response.redirect "name_page.asp", it's used to go to another page
what is the similar function in PhP?
Regards
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the lis
On 4/17/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Tue, 2007-04-17 at 18:53 -0500, Larry Garfield wrote:
> On Tuesday 17 April 2007 3:40 pm, Robert Cummings wrote:
>
> > > BTW, any web developer worth his or her salt with a reasonable
amount of
> > > practice can make CSS layouts that res
On 4/17/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Tue, 2007-04-17 at 21:28 -0500, Anna V wrote:
> On 4/17/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> >
> > On Tue, 2007-04-17 at 18:53 -0500, Larry Garfield wrote:
> > > On Tuesday 17 April
On 4/17/07, Paul Novitski <[EMAIL PROTECTED]> wrote:
At 4/17/2007 07:53 PM, Robert Cummings wrote:
>On Tue, 2007-04-17 at 21:28 -0500, Anna V wrote:
> > I've never never had used tables for layouts (I worked on pretty
> > complicated projects)... Heck, http://esp
Hello all
I was trying to write an SPL Iterator for a MySQL
result set but not having any luck. Specifically I'm
not sure how to overload the key() and current/next()
methods.
Does anyone here have a working code sample that does
this, or can offer some guidance on how to overload
the 5 Iterator
I have a csv string. But the string also contains other strings with commas.
Explode is not working with this kind of string. For example,
1,2,3,"this string gets parsed , at the comma"
Result of explode(",",string) is
1
2
3
this string gets parsed
at the comma
But what I want is
1
2
3
this str
Input is a large string. We have no control over the file, so its not
coming from the file.
Any help with parsing a string to replace those comma in string?
On Wed, 23 Jun 2004 10:12:16 -0500, Matt Matijevich
<[EMAIL PROTECTED]> wrote:
>
>
> [snip]
> I have a csv string. But the string also con
Justing,
I will be waiting for your response
Thanks,
vp
On Wed, 23 Jun 2004 08:19:55 -0700, Justin Patrin
<[EMAIL PROTECTED]> wrote:
>
> V Patel wrote:
>
> > Input is a large string. We have no control over the file, so its not
> > coming from the file.
> >
&
Thanks Justin. Works like a charm
vp
On Wed, 23 Jun 2004 08:48:57 -0700, Justin Patrin
<[EMAIL PROTECTED]> wrote:
>
>
> V Patel wrote:
>
> > I have a csv string. But the string also contains other strings with commas.
> >
> > Explode is not working w
I had this problem and just figured it out. I was copying and pasting the
code snippet from the tutorials page to my test editor and in the process
picked up an invisible ctrl char. Doh!!
Joseph Subida wrote:
>
>
> The error I get when I try
>
> echo $_SERVER['HTTP_USER_AGENT'];
> ?>
>
>
Hello all
I need some assistance converting code to use the
RecursiveIterator in PHP 5 SPL. I have the following
function which scans through a nested array set and
returns the path to all matches.
$value)
{
$path .= "$key/";
// unset the p
de, or is STDIN not
opened by default in php4.4
this is on slackware linux version 10.2 running php -v 4.4
matt
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hmm, it seems php -a likes to complain heh, so I decided to do my little
STDIN tests in an actual script and not interactively and turned off error
reporting..things are all happy again in "matt land" lol
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.ne
On Mon, 2002-11-25 at 10:35,
> > conbud wrote:
> >
> > >Hey. This really isnt a PHP question. but what fonts do you reccomend
> using
> > >so they look decent on linux. Mainly looking for a good font that will
> look
> > >nice in MoZilla and Galeon. Almost all the fonts Ive used so far appear
> >
On Mon, 2002-11-25 at 18:26, Justin French wrote:
> on 26/11/02 2:41 AM, Brian V Bonini ([EMAIL PROTECTED]) wrote:
>
> > Also, try to use relative sizes, if you use fixed sized like 10pt. you
> > will have size discrepancies on different platforms. If you use a
> > rela
On Mon, 2002-11-25 at 20:22, Justin French wrote:
>
> I don't think I was being clear enough at all :) 12px is 12pixels... there
> is no way for it to *reliably* be reset to 14px, or 10px by the user on all
> browser.
That's like saying 10% is 10%. 10% of what? The physical size of a pixel
vari
Hi,
I'm trying to output a set of image thumbnails in HTML table. Everything
works fine, except that performance is very poor. If I put all the
thumbnails as regular files in some directory it has expected speed. But
if I'm trying to use script to retrieve thumbnails from their actual
location (w
On Tue, 2002-12-24 at 09:51, Fatih Üstündağ wrote:
> do you know freeware forum in php I can easly use?
Phorum
http://phorum.org
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Tue, 2003-01-07 at 15:16, Mukta Telang wrote:
> May be it means that it should be possible to browse ftp directory
> from a browser?
Which is entirely possible without PHP
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sorry for the OT question:
I'm loading a .csv file into MySQL, done it a million times but for some
reason it is scrambling the row order. All the fields are making it in
correctly but the order of the rows seems to end up totally random. I've
done this a million times and never saw this..
Any t
On Sat, 2003-02-01 at 16:47, Thomas Seifert wrote:
> >
> > I'm loading a .csv file into MySQL, done it a million times but for some
> > reason it is scrambling the row order. All the fields are making it in
> > correctly but the order of the rows seems to end up totally random. I've
> > done this
On Sat, 2003-02-01 at 17:25, John W. Holmes wrote:
> > I'm loading a .csv file into MySQL, done it a million times but for
> some
> > reason it is scrambling the row order. All the fields are making it in
> > correctly but the order of the rows seems to end up totally random.
> I've
> > done this a
On Sat, 2003-02-01 at 20:07, John W. Holmes wrote:
>
> Then use an ORDER BY in your query. If you're relying on the database to
> spit out rows in the order they went in, then you're wrong.
Hey man thanks for pointing that out... I know it's wrong, I didn't
design it but it's what I have to
When creating an image using the image functions how do you control the
type face size?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Sun, 2003-02-02 at 20:50, Tom Rogers wrote:
> Hi,
>
> Monday, February 3, 2003, 8:24:00 AM, you wrote:
> BVB> When creating an image using the image functions how do you control the
> BVB> type face size?
>
> If you are using imagestring() the size is determined by the font number (1 - 5)
> fo
Trying to set the image size based on the amount if text/fontsize,
etc... Looked through a bunch of the functions but nothing is jumping
out at me. Does anyone have an example and or can point me to the
correct function(s) for this.
--
PHP General Mailing List (http://www.php.net/)
To unsubsc
Any idea why this would NOT create white text?
$png = ImageCreatefrompng("images/menu0.png");
$tx_color = ImageColorAllocate($png,255,255,255);
imagettftext($png,12,0,25,16,$tx_color,$font,$text);
There IS white (255,255,255) in the source png's palette, I don't know
weather that makes a differe
What is it that has to be set in php.ini for a superglobal to work?
--
- --
Brian V Bonini
-=gfx-Design=-
[EMAIL PROTECTED]
__
gfx-Design --Web Design and Hosting Services--
http://www.gfx-design.com
http://www.gfxdesign.net
[EMAIL PROTECTED
On Wed, 2003-02-05 at 19:04, Kevin Waterson wrote:
> This one time, at band camp,
> Brian V Bonini <[EMAIL PROTECTED]> wrote:
>
> > What is it that has to be set in php.ini for a superglobal to work?
>
> You dont need to set anything, they work out-of-the-box
>
Been using PHP for some time but never have actually compiled my own,
the version my provider compiled always sufficed, anyway, I
I'm having some issues.
config fails here:
checking for GD support... yes
checking for the location of libjpeg... yes
checking for the location of libpng... yes
checki
What's wrong with this snippet of code that would make it stop working
after upgrading from 4.0.6 to 4.3.0
Stuff
'./configure' '--with-apxs=/usr/local/www/bin/apxs'
'--with-config-file-path=/usr/local/www/etc' '--enable-versioning'
'--with-system-regex' '--disable-debug' '--enable-tra
On Thu, 2003-02-06 at 10:03, Goetz Lohmann wrote:
> Brian V Bonini schrieb:
> > Been using PHP for some time but never have actually compiled my own,
> > the version my provider compiled always sufficed, anyway, I
> > I'm having some issues.
>
> NOTE: once compile
Any thoughts as to why this snippet:
25: if ($attach != "none")
26: {
27:$file = fopen($attach, "r");
28:$contents = fread($file, $attach_size);
29:$encoded_attach = chunk_split(base64_encode($contents));
30:fclose($file);
would produce these errors:
Warning: fread(): supplied a
On Fri, 2003-02-07 at 09:44, Rich Gray wrote:
> >
> > Any thoughts as to why this snippet:
> >
> > 25: if ($attach != "none")
> > 26: {
> > 27:$file = fopen($attach, "r");
> > 28:$contents = fread($file, $attach_size);
> > 29:$encoded_attach = chunk_split(base64_encode($contents));
> >
On Fri, 2003-02-07 at 10:13, Rich Gray wrote:
> Hi Brian
>
> Why are you using $_GET[] when your form is submitting via the 'post'
> method?
My bust, just a typo. It's actually: if ($attach != "none") that is
beign used anyway.
> Secondly for file uploads why are you not using the $_FILES[]
> s
On Sat, 2003-02-08 at 18:25, CF High wrote:
> Hey all.
>
> I'm coming from Cold Fusion to PHP; in CF I could alternate rows with the
> following:
>
>
>
> Any ideas how to do this in PHP?
>
One possibility:
while (whatever) {
$bgcolor = ($i++ & 1) ? '#c0c0c0' : '#ff';
echo "bla-bla
I have this basic counter:
$counterFile");
}
print "Visitor #$num";
}
if (!file_exists($counterFile)) {
exec("echo 1 > $counterFile");
}
displayCounter($counterFile);
?>
Works like a charm but every so often for no appare
http://catalog.worldpac.com/webparts-overview.html
Before I go figuring this out from scratch... Has anyone here worked
with their Java API and interfaced with it via PHP?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
how can you skip the first occurance and stop at the second in a regex?
content1
content2
If I wanted to grab all that from within a document I know I can start
at table id= because it's unique but how do I skip the first
and stop at the second
On Fri, 2003-05-30 at 20:02, Beauford wrote:
> Your right though, the code is awkward - but I couldn't think of any other
> way of doing it.
>
> Any suggestions?
>
switch
http://us4.php.net/manual/en/control-structures.switch.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscr
On Sat, 2003-05-31 at 07:41, nabil wrote:
> Greeting,
>
> I have a postnuke site and I want to connect it to two databases in order to
> verify users from these databases.
and..??
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Sun, 2003-06-01 at 13:05, Ryan A wrote:
> Hey there,
> I think i can offer you one of the best packages you will ever find
> 8.50$ a month or 8$ if you pay per year
I think you should take this private...
>
> FEATURES
> --
>
> One click to install
>
> Portals/CMS
> P
On Wed, 2003-06-11 at 10:42, Mukta Telang wrote:
> Hi,
> if a string is:
> $x="A.B. XYZ";
> and if I post it as a hidden form control and echo $_POST['x'] then I
> get:
> A.B.
> and not "A.B. XYZ" !
> What should I do?
> Mukta
$x = 'A.B. XYZ';
--
PHP General Mailing List (http://www
I love that subject line... All I could think was, "of course"... Sorry,
couldn't resist that.. ;-)
On Sat, 2003-06-14 at 08:02, James Stanley wrote:
> Hello,
>
> I just installed php/mysql on my windows machine, now when I try to run
> a script I get this:
>
> Use of undefined constant s_UID
For Linux: Bluefish...
On Sat, 2003-06-14 at 07:15, Ryan A wrote:
> I have tested quite a few editors since i came to php as notepad started to
> p1ss me off after some time...
> I have never really touched vi so cant say much about that but I think Zend
> is pretty good (ill even dare say better)
On Wed, 2003-06-18 at 07:14, Angelo Zanetti wrote:
> Hi guys sorry for the off topic post.
>
> i am not getting any success with Css @ the moment.
>
> What I need is basically a class in my CSS file that defines everything about A
> links.
>
> I have this class but it aint working (i know its w
On Wed, 2003-06-18 at 18:34, Steve Marquez wrote:
> Hello everyone,
>
> Could someone point me in the direction of some info on .htaccess files?
> Could someone send me one, tell me where to put it in my
> server? I hope this is not a stupid question. I am running Apache on a Mac
> with Jaguar OSX
On Fri, 2003-06-20 at 13:57, Galen P. Zink wrote:
> I work for a small networking company. We're working on a piece of
> software that will be run server-side with PHP and MySQL. It allows the
> user to develop an online store and handles all the complex shopping
> cart stuff with ease. It is a
This could be an Apache issues, not really sure.
I'm trying to output a php doc as text/css using
But no matter what I do, changing it in the document, adding/altering
apache mime types, all I get is text/html.
The reason is I'm trying to use @import url('xx.css.php') and Mozilla
seems to be ver
I want to get php to output text/css for one .php file. I tried using
header() and ini_set () but seems no matter what I do the Content-type
remains text/html
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ong in assuming
either of these functions should override the global configs?
>
>
> Brian V Bonini wrote:
> > I want to get php to output text/css for one .php file. I tried using
> > header() and ini_set () but seems no matter what I do the Content-type
> > remains
ide PHP's default mime-type of text/html in
php.ini I even tried setting it explicitly in Apache's mime config. but
still PHP insists on outputting text/html
Good thought though.. :)
>
> -Original Message-
> From: Brian V Bonini [mailto:[EMAIL PROTECTED]
> Sent: Friday, J
Can anyone make this work with Mozilla?
@import url("site.css.php");
No matter what I try , header("Content-type: text/css")
or ini_set to will not output anything other then text/html
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, 2003-06-27 at 20:21, Leif K-Brooks wrote:
> Brian V Bonini wrote:
>
> >Can anyone make this work with Mozilla?
> >
> >
> >@import url("site.css.php");
> >
> >
> >No matter what I try , header("Content-type: text/css&q
On Fri, 2003-06-27 at 21:02, Brian V Bonini wrote:
> On Fri, 2003-06-27 at 20:21, Leif K-Brooks wrote:
> > Brian V Bonini wrote:
> >
> > >Can anyone make this work with Mozilla?
> > >
> > >
> > >@import url("site.css.php");
> >
pe via header() would over ride it on a per file basis but
apparently not or at least not for me... Still trying to figure out why,
but, it is working now..
>
> -Original Message-----
> From: Brian V Bonini [mailto:[EMAIL PROTECTED]
> Sent: Saturday, June 28, 2003 11:02 AM
> To: L
On Mon, 2003-06-30 at 09:30, Stevie Peele wrote:
> What is the difference between "else if" and "elseif"?
>
>
chr(32).. bwahahahah!!! Sorry. couldn't resist
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello
Newbie here that can't seem to find a workaround for the following
problem.
I am running Apache on a Mac OS X.1
When I try to start up, I receive the following error:
Multiple definitions of symbol _XML_DefaultCurrent
All of this started right after I installed php4. I have installed p
Why don't you just install a copy on the server? If the only access you have
is through the mysql monitor program then you must have shell access so
installing your own copy of phpMyAdmin should not be an issue.
But, if your going to access it remotely from a win machine I would use
MySQL-Front i
Just curious why you don't upload the image to a dir and just store the link
in the db?
> -Original Message-
> From: Jesse Lawrence [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 24, 2002 7:44 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Image upload into database
>
>
> I've setup an i
I'm having a total brain fart and can not seem to get the right logic for
this...
I'm trying to format the output of a db query with alternating row colors,
the thing is the usual
if ($i%2) {} will not work here because the alternating colors do not
necessarily fall on odd or even rows.
The one
($i%2) { etc. }
???
-B
> -Original Message-
> From: Jay Blanchard [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 29, 2002 9:19 AM
> To: 'Brian V Bonini'; [EMAIL PROTECTED]
> Subject: RE: [PHP] Brain Fart- table formatting help
>
>
> [snip]
> I'm
> Ah, well... that was not clearly explained in your first post. You wanted
> alternating rows colors, and that is what I gave you. Let's see if I
> understand the question;
>
> For each show_title there are multiple rows of data, but they do not match
> row counts from show to show?
> You want th
I have a db with the following fields:
id | month | company | title | name | role | show_company | show_title |
show_month
sql query is: "select * FROM db ORDER BY month DESC";
Output gets formatted like:
month
- company
- title
name role
name role
- title
name role
- com
file | save as then chose the format you want in the drop down box
> -Original Message-
> From: Jason Caldwell [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 30, 2002 2:46 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: PHP4 and MS Excel?
>
>
> So -- it looks like I can connect to Excel
link1linka
linklinke
I suppose an example of the sql query you attempting to use and perhaps an
idea of how your db is structured would help a little.. ;-)
> -Original Message-
> From: kompresor [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 10:23 AM
> To: [EMAIL PR
There used to be a utility that let you search php functions from the
address bar in your browser by simply appening PHP to the function name eg,
php mail I thikn it might of been an IE only thing...
I can't remember were I originally got it form and can not find it again,
does anyone know?
-Bri
t; Subject: [PHP] Re: Function search utility
>
>
> It still works...try http://www.php.net/mysql or
> http://www.php.net/fopen for example...
>
> /lasso ([EMAIL PROTECTED])
>
>
>
> Brian V Bonini wrote:
> > There used to be a utility that let you search p
Could you send me the URL's for the MySQL examples? Thanks!!
> -Original Message-
> From: webmaster [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 09, 2002 10:36 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Next and Previous links
>
>
> Hello,
>
> I've been trying write a .php page t
Because your trying to put PHP directives in an html file. Your web server
does not know to parse html files as php files unless you tell it to do so.
> -Original Message-
> From: Alexander Ross [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 12, 2002 9:50 AM
> To: [EMAIL PROTECTED]
>
nal Message-
> From: Alexander Ross [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 12, 2002 10:13 AM
> To: 'Brian V Bonini'; [EMAIL PROTECTED]
> Subject: RE: [PHP] Re: including a php file in an html doc
>
>
> So is there any way to accomplish what I want to us
Just curious, any reason you don't use the mkdir function/
mkdir ("/path/to/my/dir", 0700);
-Brian
> -Original Message-
> From: Simon Ritchie [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 12, 2002 2:50 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP] exec / mkdir question
>
>
> > > i
You should really fix it at the core of the issue but...
putenv("TZ=EST5EDT");
will work..
-Brian
> -Original Message-
> From: H. Wade Minter [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 13, 2002 2:44 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Fixing timezone issues
>
>
> At som
No, but instead you could do something like:
header ("Location: frame.php?url=content.php");
Then in frame.php:
Make sense?
-Brian
*
> -Original Message-
> From: Christian Ista [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 15, 2002 7:32 AM
> To: [
Using SQL or PHP?
> -Original Message-
> From: Djurovski Dejan [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 15, 2002 11:42 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] MySQL to csv
>
>
> Hi
>
> Can someone show me how to export MySQL table to a csv file?
>
> Thanks!
>
>
>
> -
Off teeh top of my novice head I think count() or sizeof() is what your
looking for.
> -Original Message-
> From: Alexander Ross [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 15, 2002 5:23 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] assoc array question
>
>
> I have this: (note that
Are you saying $id is not passed some of your frames content but not others
or it does nto get passed at all?
> -Original Message-
> From: Sascha Braun [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 15, 2002 4:34 PM
> To: PHP Mailingliste
> Subject: [PHP] Frames and PHP
>
>
> I have
Bet this would be perfect for combining Flash and PHP.
> -Original Message-
> From: Philip Hallstrom [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 16, 2002 11:57 AM
> To: electroteque
> Cc: [EMAIL PROTECTED]
> Subject: [PHP] Re: progress bar for uploading files
>
>
> You're best bet w
So formal ;-)
How about posting your sendmail.php file and also have a look at
http://www.php.net/manual/en/ref.mail.php for more information about using
the mail function with windows.
> -Original Message-
> From: Thiruvelraj Pokkishamani [mailto:[EMAIL PROTECTED]]
> Sent: Monday, A
HTTP_USER_AGENT returns platform info as well doesn't it...??
> -Original Message-
> From: Andre Dubuc [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 20, 2002 10:10 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] NS4.x / IE3.0 Browser Detection
>
>
> I need to differentiate between dif
The entire point of is backwards compatibility. Read the spec
http://www.w3.org/TR/xhtml1/
-B
> -Original Message-
> From: Victor [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 02, 2002 7:35 AM
> To: 'Adrian Murphy'; [EMAIL PROTECTED]
> Subject: RE: [PHP] why is html code written
My guess would be a regex replace function. The latest version of Phorum has
this capability. You could grab the source form phorum.org and have a look.
> -Original Message-
> From: Tony Harrison [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 03, 2002 2:23 PM
> To: [EMAIL PROTECTED
1 - 100 of 582 matches
Mail list logo