[PHP] How to Install Roadsend Compiler on Fedora

2009-07-29 Thread Javed Khan
Can something please show me to install Roadsend Compiler on Fedora 10. Thank you, J.K

[PHP] Client Side PHP

2009-07-22 Thread Javed Khan
I need help on my project I want to have my browser do compling of PHP scripts. Can someone please send me some concepts and if possible codes to do this. I know this aspect will pose great security threat to the server and client but I will still love any help with this.   Thanks, J. K

[PHP] How to build an FF extension

2009-07-22 Thread Javed Khan
How to build an FF extension and how to install it. I'm using Fedora 10 operating system. Can someone please provide me with the steps Thanks J.K

[PHP] PHP function to list all mysql tables used in a script

2008-01-16 Thread Javed Khan
Hello All, I have php script which performs various sql operations, like insert row in table A, delete row from Table B and Update rows in table C. Now I would like to display all those tables that are affected by my script. Can anyone send me a function or script if it is already available?

[PHP] running Batch process using php

2007-10-22 Thread Javed Khan
Hello Everone, I want to run a script in php which should execute at particular condition and if the condition is true then it will send out emails to the recipients. Can anyone suggest how can I achieve this. Thanx, Javed _

[PHP] How to decode the PHP Source Code

2007-10-11 Thread Javed Khan
Hello Everyone, I have the source code of a php application I got from someone but it is encoded with IonCude. I would really appreciate if someone can send me any solution for that. Thank you, Javed From: [EMAIL PROTECTED] Date: Thu, 11 Oct 2007 08:40:22 +0200 To:

[PHP] HTML_QuickForm

2006-02-25 Thread Atif Khan
Hello there, I am having an issue with HTML_QuickForm. When I try to send the form to another page, it does not seem to validate the form. Any suggestions. // Load the main class require_once 'HTML/QuickForm.php'; // Instantiate the HTML_QuickForm object $form = new

Re: [PHP] Execute shell script from PHP

2005-01-18 Thread Khan
Tom wrote: shell_exec() yes, I have try that but nothing happenes. here is my code. Is this correct? ?php shell_exec('/test/acct.sh'); ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Execute shell script from PHP

2005-01-17 Thread Khan
Hello, I have a shell script for ading users to LDAP. It looks like this: #!/bin/bash MUID=userlogin FULLNAME=First Last LASTNAME=Last DOMAIN=example.org SERVER=qmail.example.org PASS=userpass cat .ldif.tmp.$MUID EOF dn: uid=$MUID,ou=accounts,dc=example,dc=org cn: $FULLNAME sn: $LASTNAME

Re: [PHP] How to post form-data to a host using PHP

2004-12-10 Thread Khan
Yao, Minghua wrote: Hi, Does anybody know how to post form-data to a host using PHP? Thanks for the answer. -Minghua http://www.tizag.com/phpT/forms.php Enyoj -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] recompiling php

2004-12-10 Thread Khan
blackwater dev wrote: I am a linux newbie and I have php 4.3.8 and Apache 2 installed that ws installed with the Fedora 2 install. I am getting errors that php wasn't compiled with mysql support so now I am trying to do that but get this error when I try to compile: Sorry, I cannot run apxs.

[PHP] write images to disk after export from database blob field

2004-09-01 Thread Khan
Hello, I'm using PHP to export images from database blob field. Now, I need to export all images and write them to server. How can I write image (as .jpg) after I selected it from blob field. TNX -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] write images to disk after export from database blob field

2004-09-01 Thread Khan
TNX! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Sun Identity Server and PHP

2004-08-20 Thread Khan
Hello, we had our users in LDAP. We use web authentification throug that LDAP. Now, we are switching to Sun Indentity Server (we will use Sun ONE Messaging Server) and I'm not shure will I be able to authenticate with PHP. Any Ideas? TNX -- PHP General Mailing List (http://www.php.net/) To

[PHP] CMS with best administration part?

2004-05-30 Thread Khan
Hello, I'm looking for CMS that have great administration part. I'm not interested in site displaying, speed, HTML standards or anything like that. I just need stable administration part with modules: - News with archives; - Blogs; - Some users Can be administrators of blogs; - Link directory; -

[PHP] Re: PEAR Mail/smtp sending problem

2004-05-30 Thread Khan
Christopher J. Mackie wrote: I'm following the PEAR docs to use Mail/SMTP. Below is the code I use, swiped directly from the docs--I've changed the authorization data to protect privacy, but otherwise it's identical (and email sent from a client on this same machine using the same settings works

[PHP] Re: Query Query

2004-05-30 Thread Khan
The Digital E wrote: This may be better suited to the MySQL lists, but I'd appreciate it if someone could help. I'm probably just missing something stupid here but have been coding non-stop for a week and need another set of eyes. Here's the line of code giving me an issue. I can print all the

[PHP] I need help

2002-01-19 Thread Hassan Khan
Dear Sir, I am facing the problem with the PHP configuration. Whenever I try to load the php_oci8.dll. It gives me an error Unable to load dynamic library 'C:\php\extensions\php_oci8.dll' - The specified module could not be found I have tried my best to resolve this problem but all in vain.