[PHP] Re: Unable to load dynamic php_oci8.dll

2009-06-25 Thread Raj
Hi all, Kindly help me out Ramesh On Thu, Jun 25, 2009 at 9:48 AM, Raj wrote: > Hi, > > I get the following error when i start the Apache Server. > > PHP Startup: Unable to load dynamic library > 'F:\\Apps\\PHP\\ext\\php_oci8.dll' - The specified procedure could no

Re: [PHP] Unable to load dynamic php_oci8.dll

2009-06-24 Thread Raj
i tired this earlier, it is not working. On Thu, Jun 25, 2009 at 9:54 AM, Kun Niu wrote: > http://forums.oracle.com/forums/thread.jspa?threadID=412805 > Will this be of help? > > 2009/6/25 Raj > > Hi, >> >> I get the following error when i start the Apache Server

[PHP] Unable to load dynamic php_oci8.dll

2009-06-24 Thread Raj
rything is in place. oracle version in 9.2 windows XP PHP 5.2.10 Kindly let me know, what needs to be checked. Thank you Raj

[PHP] Re: Maps and plotting data

2006-01-10 Thread Raj Shekhar
check out http://toys.lerdorf.com/archives/36-More-fun-with-the-Yahoo!-Maps-API.html . -- Raj Shekhar blog : http://rajshekhar.net/blog home : http://rajshekhar.net Disclaimer : http://rajshekhar.net/disclaimer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Image editing?

2006-01-10 Thread Raj Shekhar
the server side to get things like this > done. Are there any websites about this issue, other than php.net, that > might provide help to beginners? Thanks for your assistance! http://phpcommunity.org/gazette/2005/aug/imgresize.html http://phpcommunity.org/gazette/2005/jun/img_with_php.html

[PHP] Re: cms type session - how to ?

2005-11-26 Thread Raj Shekhar
displayed .. hope that helps.. What you mean is that you want a MVC framework. This might help http://www.onlamp.com/pub/a/php/2005/09/15/mvc_intro.html and this http://www.tonymarston.co.uk/php-mysql/model-view-controller.html#2005-06-21 -- Raj Shekhar blog : http://rajshekhar.net/

[PHP] Re: cms type session - how to ?

2005-11-26 Thread Raj Shekhar
displayed .. hope that helps.. What you mean is that you want a MVC framework. This might help http://www.onlamp.com/pub/a/php/2005/09/15/mvc_intro.html and this http://www.tonymarston.co.uk/php-mysql/model-view-controller.html#2005-06-21 -- Raj Shekhar blog : http://rajshekhar.net/

[PHP] Re: cms type session - how to ?

2005-11-26 Thread Raj Shekhar
displayed .. hope that helps.. What you mean is that you want a MVC framework. This might help http://www.onlamp.com/pub/a/php/2005/09/15/mvc_intro.html and this http://www.tonymarston.co.uk/php-mysql/model-view-controller.html#2005-06-21 -- Raj Shekhar blog : http://rajshekhar.net/

[PHP] Re: php.ini and php.config Tutorial?

2005-09-08 Thread Raj Shekhar
ant the settings for a particular extension, (like mysql), you will find an explanation for it in the php.net/ETENSION_NAME (like php.net/mysql) -- Raj Shekhar blog : http://rajshekhar.net/blog home : http://rajshekhar.net Disclaimer : http://rajshekhar.net/disclaimer -- PHP General Mailing List (ht

[PHP] Re: access resources via a proxy

2005-09-08 Thread Raj Shekhar
cripts are retrieving data currently, hence I cannot give a definite answer. You will not have to rewrite the scripts which are giving the data. -- Raj Shekhar blog : http://rajshekhar.net/blog home : http://rajshekhar.net Disclaimer : http://rajshekhar.net/disclaimer -- PHP General Mailing List

[PHP] Re: access resources via a proxy

2005-09-08 Thread Raj Shekhar
B for it to > display… how this can be achieved? > > Any clues please help!! http://pear.php.net/manual/en/package.http.http-request.proxy-auth.php -- Raj Shekhar blog : http://rajshekhar.net/blog home : http://rajshekhar.net Disclaimer : http://rajshekhar.net/disclaimer -- PHP

[PHP] Re: php.ini and php.config Tutorial?

2005-09-08 Thread Raj Shekhar
har.net/content/view/24/26/ Blog -> s9y -- Raj Shekhar blog : http://rajshekhar.net/blog home : http://rajshekhar.net Disclaimer : http://rajshekhar.net/disclaimer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: FTP Chmod problem

2005-09-05 Thread Raj Shekhar
our server is configure to chmod your files (in vsftpd it is controlled by the file_open_mode option in the config file) -- Raj Shekhar blog : http://rajshekhar.net/blog home : http://rajshekhar.net Disclaimer : http://rajshekhar.net/disclaimer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Generating images on the fly, linking via symlink?

2005-09-04 Thread Raj Shekhar
You can add tests in your imagenerator.php script to make sure that the user has some session variables set and the user is not calling the imgenerator directly. That way you will not have to worry about the browser knowing about the original image. However, the user will still be

[PHP] Re: Getting queries from files FYI

2005-08-28 Thread Raj Shekhar
ysql_query() that logs its > parameters? (I cannot locate the original post, hence replying to this mail) You can enable logging in mysql server itself to log all queries http://dev.mysql.com/doc/mysql/en/binary-log.html ( there are ways to restrict logging to only some databases) . Later when you wan

[PHP] Re: php vulnerability

2005-08-27 Thread Raj Shekhar
be a good idea to reload linux on your box and populate it with the sane data. - How did you analyze your apache logs ? - Check out http://public.yahoo.com/~radwin/talks/one-year-of-php-oscon2003.htm especially the "security" part. -- Raj Shekhar blog : http://rajshekhar.net/bl

[PHP] Re: Be careful! Look at what this spammer did.

2005-08-24 Thread Raj Shekhar
person, or a text browser. And I don't want to lock those out. you might find http://www.videolan.org/pwntcha/ helpful -- Raj Shekhar (still trying to get over his email backload) blog : http://rajshekhar.net/blog home : http://rajshekhar.net Disclaimer : http://rajshekhar.net/di

[PHP] Re: parallel execution of php code?

2005-08-08 Thread Raj Shekhar
the $_SESSION["_insert_success"] is set. If not, then do the insert part and if the insert is successful, set $_SESSION["_insert_success"]=true. If the variable is set, then do not do the insert part , simply display the page again. -- Raj Shekhar

[PHP] Re: Question on exec() to call a php script from a php script

2005-07-31 Thread Raj Shekhar
he background? If > yes, how? > This page might be of help http://in2.php.net/manual/en/ref.pcntl.php Though I am quite sure there is an easier way to accomplish whatever you are trying to do by running a background process -- Raj Shekhar blog : http:

[PHP] Re: Running a PHP script everyday

2005-07-31 Thread Raj Shekhar
x27;t find "/user/bin/php" > > I ran a "whereis php" through a cronjob and got this: Try "which php" instead. Another option would be to put the php script in the decomentroot of your server. Schedule a cron job on any of your desktop/dev machines to wge

[PHP] Re: alternative to mysql_real_escape_string()

2005-04-11 Thread Raj Shekhar
ted characters in a login > form and prohibit use of those characters in username and password > fields. > If you prohibit the use of some characters in the password field, your users will be forced to use weak passwords. In this case, your best bet is to insert the md5sum of the users

[PHP] Re: Redirection after login with security

2005-04-11 Thread Raj Shekhar
the timestamp of when the sessionid was created and discard old sessionids. -- Raj Shekhar Y! : Operations Engineer MySQL DBA, programmer and slacker Y!IM : lunatech3007 home : http://rajshekhar.net blog : http://rajshekhar.net/blog/ -- PHP General Mai

[PHP] Re: Oracle rpm?

2005-03-28 Thread Raj Shekhar
get the rpm that you can then install. PS : Congratulations on getting Oracle installed on Linux :P -- Raj Shekhar Y! : Operations Engineer MySQL DBA, programmer and slacker Y!IM : lunatech3007 home : http://rajshekhar.net blog : http://rajshekhar.net/blog/

[PHP] Re: Avoiding SQL injections: htmlentities() ?

2005-03-27 Thread Raj Shekhar
on. Using a library also provides a choke point and you can add your own additional checks in the library without letting the developers worry if they have done all the checks and validations correctly. -- Raj Shekhar Y! : Operations Engineer MySQL DBA, programmer

[PHP] Re: Full-text searches sucks?

2005-03-24 Thread Raj Shekhar
ODE) - If the fulltext search did not find any results, do the search again, but this time use LIKE instead of MATCH AGAINST. This gave me good enough results. -- Raj Shekhar Y! : Operations Engineer MySQL DBA, programmer and slacker Y!IM : lunatech3007 home :

[PHP] Re: Setting cookies for other domains

2005-03-19 Thread Raj Shekhar
r passport.com's cookie is examined. Thus, even though you think that msn, hotmail and msnbc are sharing the same cookie, they are not. It is the passport.com that is doing the dirty work of setting and examining the cookie. -- Raj Shekhar Y! : Operations Eng

[PHP] Re: Ensure only one instance of a script is running

2005-03-16 Thread Raj Shekhar
cript processing What if second script between step 1 and 2 ? That is why we need something that is guaranteed to complete in 1 step. -- Raj Shekhar Y! : Operations Engineer MySQL DBA, programmer and slacker Y!IM : lunatech3007 home : http://rajshekha

[PHP] Re: Ensure only one instance of a script is running

2005-03-16 Thread Raj Shekhar
> the script is nearing completion have it destroy the file (unlink). Unluckily, this will not prevent a race condition. The only file operations that are guaranteed to be atomic are mkdir() and symlink(). Try to create the directory and see if it fails. Also remember to rmdir() the lock direc

[PHP] Re: Permissions on uploaded image don't allow for over writing

2005-01-30 Thread Raj Shekhar
les will be owned by the user apache (or nobody). The file permission allow read and write to the owner. You do not need to modify them. If the user again uploads the files via HTTP, you do not have to worry about whether he has the permissions to overwrite the files. He *will* be able to overwrit

[PHP] Re: Multi-language in script

2005-01-28 Thread Raj Shekhar
.. See http://www.php.net/gettext or have a look at http://www.onlamp.com/pub/a/php/2002/06/13/php.html for a gentle introduction -- Raj Shekhar System Administrator, programmer and slacker home : http://rajshekhar.net blog : http://rajshekhar.net/blog/ -- PHP General Mailing List (http

[PHP] Re: end of array

2005-01-23 Thread Raj Shekhar
"M. Sokolewicz" <[EMAIL PROTECTED]> writes: > Raj Shekhar wrote: > > "M. Sokolewicz" <[EMAIL PROTECTED]> writes: > > > >>Raj Shekhar wrote: > > > >>>$n_elts = count($myarray); > >>>for ($i=0; $i< $n_e

[PHP] Re: end of array

2005-01-22 Thread Raj Shekhar
"M. Sokolewicz" <[EMAIL PROTECTED]> writes: > Raj Shekhar wrote: > > $n_elts = count($myarray); > > for ($i=0; $i< $n_elts ; $i++) > > { > > if ($i = $n_elts -1) ^^^ Use of == required to make it work > >

[PHP] Re: end of array

2005-01-22 Thread Raj Shekhar
Jeffery Fernandez <[EMAIL PROTECTED]> writes: > Hi all, > > I have a foreach loop on an array and within that loop I need to find > if the array has reached the last pointer. I have tried > > if (next($row)) > { > > } > > but that advances the pointer. Any tips on finding out if the array > po

[PHP] Re: Search engine

2005-01-20 Thread Raj Shekhar
"Rosen" <[EMAIL PROTECTED]> writes: > Hi, > Can someone recommend me a search engine script in PHP for inside one site? If you need to index through static pages phpdig can be useful for you http://www.phpdig.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP] php installation

2004-10-17 Thread alagu raj
hello all, i need to install php, postgresql and apache. i had redhat 7.3 running. i like to know, the comaptible versions of the above three. i couldn't install the current version of the above three as it is asking for GLIBC-2.3. but i had GLIBC-2.2.5 running. it is not possible to update GLIB

[PHP] PHP 4.3.7 build failed on HP-UX 11.23 IPF

2004-07-02 Thread Durai raj
Hello All, I can built PHP 4.3.7 on 11.23 IPF IC71L. But I got core dumped when I give gmake test. I used the following steps to build: $ ./configure --prefix=/opt/hpws/apache/php --with-apxs2=/opt/hpws/apache/bin/apxs --with-gettext --with-xml $ gmake $ gmake test /bin/sh: 13218 Memory fault(

Re: [PHP] Secure login script

2004-05-31 Thread Raj Shekhar
andle a scalpel to operate upon you ? It is good to know the tools you are going to use . You can simply copy paste the code and it might or might not work. However when some trouble crops up and you have no idea where to look, you will be in real trouble. Regards Raj Shekhar -- PHP General Mai

Re: [PHP] mysql blob and phpmysqladmin

2004-05-15 Thread Raj Shekhar
data of type blob (when you choose to browse a table) . Clicking on the "T" will show the text stored in blob. Regards Raj Shekhar -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: thumbnails of images

2004-05-11 Thread Raj Shekhar
image. I have a few functions to handle images. I can mail them offline to you if you want. Regards \ÂÂ/ (oo) +ooO-- -Ooo-+ |Raj Shekhar

[PHP] web-based survey form design : PHP & MySQL

2002-07-21 Thread Dipendra Raj Subedi
Hi all, I am newbie in PHP. I am just learning the PHP through tutorials and this mailing list. I have very first goal of doing one project "Design web-based survey" using PHP and MySQL. I would appreciate if anybody give me some links that help to develope such skills. Thanks and sorry for

[PHP] problem running php

2001-07-25 Thread raj kumar
never i go through localhost\phpinfo.php. What's matter. I faced this problem on my win98 maching too, but somehow it worked, and probable that too after installing PWS and making script executable one. I will thankful to you if u solve my problem with explanation. Regards, Raj k Bhatt -- P

[PHP] problem running php

2001-07-24 Thread raj kumar
never i go through localhost\phpinfo.php. What's matter. I faced this problem on my win98 maching too, but somehow it worked, and probable that too after installing PWS and making script executable one. I will thankful to you if u solve my problem with explanation. Regards, Raj k Bhatt -- P