> c) In Linux Im using Apache, where in Windows Im using
> IIS
probably this is the issue. Make it be apache as well.
--
Maxim Maletsky
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
JavaScript or both.
--
Maxim Maletsky
[EMAIL PROTECTED]
On Fri, 6 Jun 2003 10:38:05 +0100
"Simon Thurtle" <[EMAIL PROTECTED]> wrote:
> OK, now I have I have been convinced that PHP is the best thing since cheese
> burgers, I have a question...
> How easy is it to...
by using OCIError() function.
php.net/ocierror
--
Maxim Maletsky
[EMAIL PROTECTED]
fdo cruz <[EMAIL PROTECTED]> wrote... :
>
> I'm working with Oracle 8.1.5 and my connection is working fine as well as my SQL
>parsing but I want that when there's an error, show an
bility. The downside is the limited user-base it would be - any way
you wish it to work it will have to be a plugin
--
Maxim Maletsky
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am doing now ;)
How would you guys like the idea, though?
--
Maxim Maletsky
[EMAIL PROTECTED]
Pete <[EMAIL PROTECTED]> wrote... :
> Has any one ever considered creating browser / client-side php to
> replace Javascript and vb??
>
> One language across the whole w
MySQL API
> $dbWave = new Mysql();
>
> // Connect to the database
> $dbWave->connect( 'yourhost', 'yourport', 'yourdbname', 'yourdbuser',
> 'yourdbpass' );
> ?>
ZoomStats uses it: http://sf.net/projects/z
es separately. Check out how I did that for ZoomStats:
www.sf.net/projects/zoomstats
I have also written about it at PHP Architect (www.phparch.com)
--
Maxim Maletsky
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You could use ODBC
--
Maxim Maletsky
[EMAIL PROTECTED]
"Phil Schwarzmann" <[EMAIL PROTECTED]> wrote... :
> If a MS Access database and a PHP server were on the same machine, could
> they connect without having to use something like MS SQL Server?
>
--
PHP G
already have ported PHP 4.2.3 onto NetWare and we have synched up our
> souces for the 4.3 branch.
Interesting. Are you working with the php-dev team or on your own?
--
Maxim Maletsky
[EMAIL PROTECTED]
> >>> Maxim Maletsky <[EMAIL PROTECTED]> 02/04/03 08:45PM >>>
&g
same as what $_FILES since PHP 4.1.0 gives you
--
Maxim Maletsky
[EMAIL PROTECTED]
"Dan Rossi" <[EMAIL PROTECTED]> wrote... :
> i looked there i'm sure i didnt see that :| what a pain , another reason to
> get them to upgrade ;) what information can
ce I am a newbie, I may have misunderstood some concepts here.
Most of them. PHP is a programming language, not a shell interface or
something. Stays up to you what to do once user runs your PHP script.
--
Maxim Maletsky
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
No, PHP3 does not support it.
http://www.php.net/manual/en/features.file-upload.php";>
Note: In PHP versions prior 4.1.0 this was named $HTTP_POST_FILES
and it's not an autoglobal variable like $_FILES is. PHP 3 does not
support $HTTP_POST_FILES.
--
M
ed to create the instance (define)
your class with already passing parameters to it. Like this:
$obj = new First($par1, $par2);
The next, you don't need to call $obj->first(..., ...); once again, as
you just did it one line above.
--
Maxim Maletsky
[EMAIL PROTECTED]
On Mon, 3 Feb 2003 1
ayout.
--
Maxim Maletsky
[EMAIL PROTECTED]
"Danny Shepherd" <[EMAIL PROTECTED]> wrote... :
> Well, Yahoo! have moved/are moving to Smarty and they get a few million
> views a day.
>
> The killer part with smarty is that it converts the Smarty tags, in your
> template,
readon about strtotime() function
www.php.net/strtotime
you might not even need to preg_match() it
--
Maxim Maletsky
[EMAIL PROTECTED]
Torsten Rosenberger <[EMAIL PROTECTED]> wrote... :
> Hello
>
> I parse the apache logfile and get a date format like this
> [03
header("Content-Disposition: attachment;
filename=\"file.gif\"");
--
Maxim Maletsky
[EMAIL PROTECTED]
"Cenk Uysal" <[EMAIL PROTECTED]> wrote... :
> hi,
>
> how can i copy a file from web to my local disk?
>
> http://www.xxx.com/x
few references for K&R:
http://www.purists.org/linux/
http://www.jetcafe.org/~jim/c-style.html
http://www.cs.utexas.edu/users/scottm/cs307/Handouts/codingStandards.htm
http://staff.oclc.org/~thompson/correct_style.html
--
Maxim Maletsky
[EMAIL PROTECTED]
On Sun, 02 Feb 2003 20:34:35 +0100 anders t
ed as a new thread.
--
Maxim Maletsky
[EMAIL PROTECTED]
On Fri, 31 Jan 2003 23:41:12 -0600 "Lee Herron" <[EMAIL PROTECTED]> wrote:
> Okay, so I want to open a file, get a small number from it (less than 3
> digits) then overwrite a new number (incremented the original
On Sat, 01 Feb 2003 18:44:19 +0100 Maxim Maletsky <[EMAIL PROTECTED]> wrote:
> There is no way to do that with PHP.
>
> PHP/JavaScript rule #1:
>
> PHP = Client Side
> JS = Server Side
Geez I mean viceversa :) In Stalin's times I'
). And, I wouldn't do it once again :)
Best solution? Perhaps using an absolute width for HTML tables (100%)
or a fixed (minimal) page width (775 px recommended)
P.S: Hope this email gets read archived and read from there :)
--
Maxim Maletsky
[EMAIL PROTECTED]
On Fri, 31 Jan 2003 20:48:19 -08
mail it to [EMAIL PROTECTED]
--
Maxim Maletsky
[EMAIL PROTECTED]
dan <[EMAIL PROTECTED]> wrote... :
> i would like to suggest a link for the php.net links page, how would i
> go about doing that?
>
>
> --
> PHP General Mailing List (http://www.php.net/)
>
why don't you check the bug database at bugs.php.net and investigate
whether there is anything similar to this? If not, test well, combine
your information together (specs, code, system, trace/logs etc) and
submit it as a bug. Unless, this is not a bug :)
--
Maxim Maletsky
[EMAIL PROT
and the question is
--
Maxim Maletsky
[EMAIL PROTECTED]
Ysrael Guzmán <[EMAIL PROTECTED]> wrote... :
> Warning: Failed opening 'cliente.php' for inclusion
> (include_path='.;c:\php4\pear') in Unknown on line 0
>
> --
> PHP General Mailing Li
worked
--
Maxim Maletsky
[EMAIL PROTECTED]
"Sol" <[EMAIL PROTECTED]> wrote... :
> test
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP General Mailing List (http://w
Guess what?
add this on top of the file:
error_reporting(E_ALL);
this will probably tell you these variables are unset :) Why? Register
global... wrong logic... etc...
What php 4 is exactly installed there?
--
Maxim Maletsky
[EMAIL PROTECTED]
"Sunfire" <[EMAIL PROT
you used a wrong password
--
Maxim Maletsky
[EMAIL PROTECTED]
Rot Alvarez <[EMAIL PROTECTED]> wrote... :
>
> Tengo este herros y no se de q esWarning: MySQL Connection Failed: Access denied for
>user: 'fullweb@localhost' (Using password: YES) in
&
- writable, permissions won't change, things won't get
corrupted, it's writable by you and but not by other user etc
I'd say that DB is a better way, although altogether it would get it
a little slower, but not by too much. DB will be quite large.
--
Maxim Maletsky
[EMAIL PROTEC
ST or $_GET/$_POST respectively
--
Maxim Maletsky
[EMAIL PROTECTED]
"Kiswa" <[EMAIL PROTECTED]> wrote... :
> I know its stupid but i´ve been writing a site for a register_globals = on
> enviroment
> now i need to convert all the code to an off setting
>
> the page
Isn't it simplier to just do like when you purchase something? You also
need a prove then that you have paid and are expecting the merchandise
to be shipped. That is simply solved with mailing a copy plus a
registration number for future reference.
Should be more than enough.
--
Maxim Mal
with ODBC
www.php.net/odbc
--
Maxim Maletsky
[EMAIL PROTECTED]
"Todd Barr" <[EMAIL PROTECTED]> wrote... :
> Access
>
> Does anyone here have any idea how to connect access to PHP?
>
> Thanks
>
>
> --
> PHP General Mailing List (http://
il
address. If you click "reply-to" and change the "to" and "body" to your
own so it looks like a new post, some of us still get it as a thread of
the previous one.
--
Maxim Maletsky
[EMAIL PROTECTED]
"Erich C. Beyrent" <[EMAIL PROTECTED]> wrote..
you need to escape the windows backslash:
$file = "c:\pic.jpg";
should be
$file = "c:\\pic.jpg";
or
$file = "c:/pic.jpg";
which will work the same
--
Maxim Maletsky
[EMAIL PROTECTED]
"Bartosz Matosiuk" <[EMAIL PROTECTED]> wrote...
Don't the current PHP extensions have a good example there? It's pretty
much easy to understand reading the code.
--
Maxim Maletsky
[EMAIL PROTECTED]
"Olga Tonkonog" <[EMAIL PROTECTED]> wrote... :
> Hello !
>
> I write extension for PHP. I create biblio
It's easy to do with JavaScript. Client will only have to confirm.
Sometimes, in PDF nor even confirming is necessary. Not sure if what I
said makes sense.
--
Maxim Maletsky
[EMAIL PROTECTED]
"Shaun van den Berg" <[EMAIL PROTECTED]> wrote... :
> Hey,
>
> Is th
What about looking for something like that written in C that would
convert your HTML into XML and then use PEAR's XMLParser to get it into
a PHP structure?
--
Maxim Maletsky
[EMAIL PROTECTED]
Tariq Murtaza <[EMAIL PROTECTED]> wrote... :
> Hi All Guru's here,
>
> I
declared before. That way, you only load a few
functions, and whenever you need a class you assign a variable to the
function's return to have the class. This limits you script to only
classes you use and no includes within the script itself. A kind of
silly method, but can be easy to wor
make sure that new page's headers do not cache. See www.php.net/header
for examples.
--
Maxim Maletsky
[EMAIL PROTECTED]
"Phil" <[EMAIL PROTECTED]> wrote... :
> I have a PHP page with a form that submits to another PHP processing page.
> On completion of the PH
It is a bad idea to "hijack" someone's thread. In other words, when
posting a new question, do not reply to an existing post changing its
subject and content. Mail headers still reference to the old one and we
all see it just being another post of a thread.
--
Maxim Maletsky
[
d write
> system stuff in Perl rather than PHP?
PHP natively works quite well with mySQL, thus its another reason to use
it.
--
Maxim Maletsky
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
this means that somewhere (on line 19 of
/home/sisource/public_html/stage/administration/config.php)
there is an output. For sessions to work, session_start() should be
*before* any output was created. Even a new line or a whitespace would
break it.
--
Maxim Maletsky
[EMAIL PROTECTED
into the DB.
That is the most elegant way, IMO.
--
Maxim Maletsky
[EMAIL PROTECTED]
"scott" <[EMAIL PROTECTED]> wrote... :
> hi
>
> looking for some advice
>
> I have a site in progress. user to it have to enter a LOT of information (it
> will contain a club d
n;
$_SESSION['firstname'] = $first_name;
$_SESSION['lastname'] = $last_name;
and the three variables will be available on the next pages.
remember to start sessions before hand:
session_start();
--
Maxim Maletsky
[EMAIL PROTECTED]
Pushpinder Singh Garcha <[EMAIL PROTECTE
Try fstat() function on the file pointer - it will return you the various
results, including its size.
--
Maxim Maletsky
[EMAIL PROTECTED]
Rodrigo Corrêa <[EMAIL PROTECTED]> wrote... :
>
> How do i use the function filesize, because i´m using like:
>
> I just want asso
There is nothing for MS SQL that I know. phpMyAdmin was used for mySQL
initially and then some volunteers like you made postreSQL and Oracle
versions of it. So, you might want to try one on your own on SourceForge
:)
--
Maxim Maletsky
[EMAIL PROTECTED]
"Joshua E Minnie" <[EM
Absolutely yes. Take a look at the current extensions there to see how
it can be controlled.
--
Maxim Maletsky
[EMAIL PROTECTED]
Joshua Moore-Oliva <[EMAIL PROTECTED]> wrote... :
> Do php extension need to be thread-safe? I am running php on apache2. I
> would guess tha
original string. Then compare.
That is the only way to be safe, other ways are "magic" because PHP
debugged them for you. It's really all about the programming logic. few
of you who are fluent with C or Java would dump into this.
--
Maxim Maletsky
[EMAIL PROTECTED]
"Scott Fletche
just try doing it with === (three equal signs) and you'll see what is
where
--
Maxim Maletsky
[EMAIL PROTECTED]
"Cal Evans" <[EMAIL PROTECTED]> wrote... :
> John.
>
> > Actually, "08" is equal to 8 in PHP. PHP will convert the string to an
&
no, much less instead
---
Maxim Maletsky
[EMAIL PROTECTED]
On Sat, 25 Jan 2003 09:18:47 -0800 "Noah" <[EMAIL PROTECTED]> wrote:
> Thanks for your help Maxim.
>
> I've got quite a bit to learn. PHP is far more challenging than Cold
> Fusion.
>
eval takes the string and executes PHP in that string. So,
eval("\$myrow[2] = \"$myrow[2]\";");
is equivalent to:
$myrow[2] = "$myrow[2]";
I'd reccomend you using single quotes and then escape only backslashes
and single quotes within a string
--
Maxim
use eval()
www.php.net/eval
--
Maxim Maletsky
[EMAIL PROTECTED]
"CF High" <[EMAIL PROTECTED]> wrote... :
> Hey all.
>
> I need to find out how to get PHP to evaluate a PHP variable stored in our
> MySql database.
>
> Currently the variable is being re
Pear has an interesting installer. Try checking it out
--
Maxim Maletsky
[EMAIL PROTECTED]
"Stephen" <[EMAIL PROTECTED]> wrote... :
> Just a question but has something like ever been done?
>
> A PHP script that would create an installation form for any other PHP
try this:
echo "you " . ( is_writable("testfile2.php")? 'can ' : 'cannot' ) . " write";
the function is_writable() will tell you in advance whether the file is
writable or not.
--
Maxim Maletsky
[EMAIL PROTECTED]
"Don Mc Nair" &
Guess what,
if you'll try another browser the whole thing will work :) This is IE's
problem
--
Maxim Maletsky
[EMAIL PROTECTED]
Marek Kilimajer <[EMAIL PROTECTED]> wrote... :
> Do you get the message from apache? If so, check apache logs. If it is
> the exploder'
Use the execution operator backtricks (``)
';
echo `ls -la`;
?>
will throw you the shell's ls -la to the browser
--
Maxim Maletsky
[EMAIL PROTECTED]
scott <[EMAIL PROTECTED]> wrote... :
> Hello,
>
> Does anybody know how to execute a shell command
words, for a programming language, are nothing more than just the spaces.
So, as previousely was shown - could the mount of spaces in the string
to get the amount of `words' in between them.
--
Maxim Maletsky
[EMAIL PROTECTED]
"Craig" <[EMAIL PROTECTED]> wrote... :
>
e tricks that many would like to pay and use. At that point
MS decided to also work on Linux.
> I have very little ASP experiance, but that has cost me the oppertinity to
> apply for several well-paying jobs, as there is very few PHP positions
> around - I'm speaking for the UK ma
paying the licenses for every single
form you add to your pages :)
--
Maxim Maletsky
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r so) queries to a db, am I making a mistake by going
> OO?
500 queries wan't really matter because it has few to do with OO/PHP.
60k of code, if all together on the same request will be definitely slow.
So, make sure that *only* the required classes are loaded on each
execution.
--
Ma
mail() function @ http://php.net/mail
--
Maxim Maletsky
[EMAIL PROTECTED]
"Miguel Brás" <[EMAIL PROTECTED]> wrote... :
> Hi gents,
>
> i have a script to manage the registered users on my site.
> have also a table with id, name, uname, passwrd, email, datejoined
http://sf.net/projects/phpbb
--
Maxim Maletsky
[EMAIL PROTECTED]
Félix García Renedo <[EMAIL PROTECTED]> wrote... :
> Hi,
>
> How could I download phpBB?
> I tryed in http://www.phpbb.com/index.php but I couldn't.
>
> Thanks.
> Un saludo.
>
>
;t want to waste
> bandwidth.
what are the extensions of these files? You might need to add them to
your httpd.conf or .htaccess files.
--
Maxim Maletsky
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
"keeping those 5 columns with a lot of empty cells in the last columns"
is better as it is means exactly for that. Just don't make it a not null
field.
--
Maxim Maletsky
[EMAIL PROTECTED]
"Khalid El-Kary" <[EMAIL PROTECTED]> wrote... :
> the thing that may
x27;s execution ends.
Do what, try removing the last function from your script and run again.
If the segfault happens again submit a bug report at http://bugs.php.net
with all the possible details (server log, script, system etc) and I
will take over the bug myself (I maintain the OCI8 extension)
at matter is the professionality
and knowledge of people. PHP can do almost all of it, so as long as the
management is good, times are not idiotically strict and people are
enough - you can do it just fine.
--
Maxim Maletsky
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
7;logic/engine.php');
>
> htdocs/system/logic/engine.php
> include(CORE_PATH.'html/header.php');
>
> and so on and so forth. searching for __FILE__, and removing the filename
> from the output, gives you a sort of relative path hack.
>
> Hope someone finds that useful
--
Maxim Maletsky
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
me with strchr() and strstr()
all these functions can work. Though, you will need to get the
document's contents into a variable of your script so you can perform a
preg_match()/ereg()/strstr() on that string variable. I believe this is
what you missed out.
--
Maxim Maletsky
[EMAIL PROTECTED]
--
tly on Linux box...
--
Maxim Maletsky
[EMAIL PROTECTED]
"Adam Ferguson" <[EMAIL PROTECTED]> wrote... :
> Hello ...
>
> I was wondering if anyone had a good resource or code sample for opening ( or
>accessing ) an excel spreadsheet using php. I need to be abl
can do that.
4. The Geeky way:
Edit all your files in a simple VIM or other fancy directly on the
server by logging there with telnet or SSH.
Have fun.
--
Maxim Maletsky
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
adjust it to
whatever you like. After that time you will get error 110 which means
"Connection timed out". Additionally, if you set anything over 30
seconds, you might also consider altering the execution time limit for
the php script itself.
--
Maxim Maletsky
[EMAIL PROTECTED]
--
Please, when posting a new message - MAKE IT A *NEW* MESSAGE and not
reply to something on the list changing the body and the subject - we
notice it because that breaks threading of most email clients
(Reference header)
--
Maxim Maletsky
[EMAIL PROTECTED]
"Christian Stalberg&quo
Check out Smarty:
http://smarty.php.net
it does exactly what you need.
--
Maxim Maletsky
[EMAIL PROTECTED]
"Daevid Vincent" <[EMAIL PROTECTED]> wrote... :
> I've posted this a few weeks ago with no response. I want to use an
> external
> "email template&
P...
But, that's my own preference. Should I need an IDE I'd choose Zend
because it seems to me more affordable and better integrated with PHP.
--
Maxim Maletsky
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Here is your answer:
http://www.phpbuilder.com/columns/ying2718.php3?page=2
--
Maxim Maletsky
[EMAIL PROTECTED]
"adrian [EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote... :
> I'm a bit useless at regular expressions so i thought i ask.
> i need to turn all
>
Miguel González Castaños <[EMAIL PROTECTED]> wrote... :
> I have been looking around during more than one month, and the best
> that I have found seems to be phpGroupware, PHProjekt and TuTOS but I am
> hoping to get some comments/suggestions from you guys.
probably phpGroupW
isn't there an only module you could modify? Do you really need to edit
2000 pages? I am not NUKE fan, but I am sure there is an easier way
--
Maxim Maletsky
[EMAIL PROTECTED]
On Sat, 30 Nov 2002 12:09:33 -0800 "Troy May" <[EMAIL PROTECTED]> wrote:
> That easy soluti
what is on your line 22?
--
Maxim Maletsky
[EMAIL PROTECTED]
On Sat, 30 Nov 2002 20:46:12 -0800 "Karl James" <[EMAIL PROTECTED]> wrote:
> http://www.ultimatefootballleague.com/Create_Account.phps
>
> hey people
>
> I was wondering if anyone
loop through the file line by line explode()ing every line with "TEXt"
in it. Then, if retrning array count is bigger than one, unset() the key
one and break the loop. All read OVERWRITE in the original file.
Sorry, too lazy writing the code here :)
--
Maxim Maletsky
[EMAIL PROTECTED
Try this:
http://www.sourceforge.net/projects/phptriad and dowload there "phptriad".
It is a simplified distribution of PHP.
Also, try reading the articles on the web. You might want to start from
PHP Beginner (www.phpbeginner.com). There are also some installtion
tutorials for you.
How would you know about a file on someone's system before it was
implicitly sent you by user? Take a look at JavaScript, but I doubt
there will be a "sure" solution for it. Nothing is "sure" with
JavaScript except for it's cross-browser incompatibility :)
--
M
I think you better describe your question here and wait for the world to
answer.
--
Maxim Maletsky
[EMAIL PROTECTED]
"Karl James" <[EMAIL PROTECTED]> wrote... :
> Hello guys
>
> Happy thanksgiving!!!
>
> My question is
> I'm Trying to apply this
there is a bunch of info everywhere on the web. One should have better
means to find these, but at the end, that is what others do here -
answer questions :)
I don't think this will ever happen
--
Maxim Maletsky
[EMAIL PROTECTED]
"Noodle Snacks" <[EMAIL PROTECTED]> wrote
What does outlook have to do with PHP?
No, there is nothing official has been made. There are some similar apps
though, very good ones actually.
--
Maxim Maletsky
[EMAIL PROTECTED]
"Craig" <[EMAIL PROTECTED]> wrote... :
> Does Any one of a web based version of Microsoft
I think you should comment on this bug:
http://bugs.php.net/bug.php?id=18648
provide the details about your system configurations and everything else
that might help us to fix it. Though, it seems to be an Apache2 problem,
so try upgrading that as well.
--
Maxim Maletsky
[EMAIL PROTECTED
just mail: [EMAIL PROTECTED] :) You succeded though :)
--
Maxim Maletsky
[EMAIL PROTECTED]
[EMAIL PROTECTED] wrote... :
>
>
> not sure how to post
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
probably, what you tried is the most elegant way. But, you got me: "mathematically"
I did *this* for you:
\n";
print_r($res);
?>
Cheers, and thank my curiousity :)
--
Maxim Maletsky
[EMAIL PROTECTED]
"Noodle Snacks" <[EMAIL PROTECTED]> wrote... :
>
where is that coming from? What encoding is that? Any info of the "b abbab abbab
baaba"
part?
--
Maxim Maletsky
[EMAIL PROTECTED]
"Roman Duriancik" <[EMAIL PROTECTED]> wrote... :
> Please Help me !
> This is not a php problem but if someone knows how to
I saw some similar code once... But PHP does not have it installed by
default.
Try searching on Google, HotScripts and SourceForge... I'm sure you will
come up with something
--
Maxim Maletsky
[EMAIL PROTECTED]
"Adam" <[EMAIL PROTECTED]> wrote... :
> Does an
look at here:
www.php.net/dir
--
Maxim Maletsky
[EMAIL PROTECTED]
Helen Muller <[EMAIL PROTECTED]> wrote... :
>
> I would like to create a web page which allow people to browse the directory
>structure and the files listed in every directory. If you have experience abou
ting of httpd.conf, read
the manual)
Cheers,
--
Maxim Maletsky
[EMAIL PROTECTED]
Bryan Cassidy <[EMAIL PROTECTED]> wrote... :
> This might sound stupid but what the hell. I am running Red Hat 8.0
> with Apache. I have apache working fine right now. I am wanting to
> learn some p
'.$title.'
Email
'.$email.'
.
.
..
.
...
--
Maxim Maletsky
[EMA
try calling implicitly flush() function:
Example code:
Working...
--
Maxim Maletsky
[EMAIL PROTECTED]
"Adam Humphrey" <[EMAIL PROTECTED]> wrote... :
> When I upgraded to 4.2.3 from 4.2.2 I no longer am able to see HTML before
> PHP code that takes a while to process.
set error reporting to 55
--
Maxim Maletsky
[EMAIL PROTECTED]
"Martin Magnusson" <[EMAIL PROTECTED]> wrote... :
> I installed php 4.2.3 on Apache2.
>
> When I write I get an error message telling me that
> I have an undefined variable $anyvariable. Is this s
wanna write an article for PHP Beginner? We'd be looking for something
like this some time next month...
--
Maxim Maletsky
[EMAIL PROTECTED]
On Mon, 4 Nov 2002 15:46:12 -0600 "Clint Tredway" <[EMAIL PROTECTED]>
wrote:
> I have a small example of using Flas
it if security is of a minimum importance or you're
completely sure you know what you do.
--
Maxim Maletsky
[EMAIL PROTECTED]
On Tue, 5 Nov 2002 02:04:52 +0100 "silver" <[EMAIL PROTECTED]> wrote:
> hi - I'm not quite sure if this will help you, but lets give it a
ht have an solution soon.
--
Maxim Maletsky
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
and you can recompile php
--with-oci8=$ORACLE_HOME
That will compile the OCI8 extension with all the required headers.
Cheers,
--
Maxim Maletsky
[EMAIL PROTECTED]
"@ Edwin" <[EMAIL PROTECTED]> wrote... :
> Hello,
>
> First, let me just say that I'm no Oracle gu
Your machine will need the Oracle headers which are included in Oracle
Client. So, in two words - your machine needs Oracle client installed.
Try doing:
echo $ORACLE_HOME
in your command prompt
--
Maxim Maletsky
[EMAIL PROTECTED]
Dan Field <[EMAIL PROTECTED]> wrote... :
> On Tue
Try posting this on bugs.php.net onto the appropriate category. Add the
output too. There you will have more chances to know why this happens.
--
Maxim Maletsky
[EMAIL PROTECTED]
Mike Hall <[EMAIL PROTECTED]> wrote... :
> Afternoon:
>
> I'm having problems with PHP CGI
level production environments.
We interface 3.5 Terrabytes Oracle 8 database framework for an
e-government project using PHP's OCI8 extension.
--
Maxim Maletsky
[EMAIL PROTECTED]
"Ford, Mike [LSS]" <[EMAIL PROTECTED]> wrote... :
> > -Original Message-
locate it
> myself though.
Official manual has a list of PHP extension - that is what one should
read.
--
Maxim Maletsky
[EMAIL PROTECTED]
> Many thanks,
>
> --
> Dan Field
> Systems Development Officer - Socia
1 - 100 of 653 matches
Mail list logo