[PHP] How to Select multiples tables of different database in one query

2004-09-01 Thread Tariq Murtaza
Hi All, Can someone elaborate on How to Select multiples tables of different database in one query, perticularly when using php as scripting language. Regards TM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Web Architecture - MVC vs Workflow (PHP)

2004-04-15 Thread Tariq Murtaza
Hi Gurus. Hope everyone be fine there Can someone shet some light on best web architecture (framework) based on workflow. Do you really think that MVC will do the work? and is the best architecture? Comments are welcome.. Regards, Tariq

[PHP] stuck with simple query..... Plz have a look

2004-04-07 Thread Tariq Murtaza
We have two tables Table1: - ID |Name 1 |name1 2 |name2 3 |name3 4 |name4 Table2: --- PL | PC

[PHP] Guru's advice needed ........[Security: SQL injection]

2004-03-18 Thread Tariq Murtaza
*Dear Friends!* Can someone shed some light on how SQL injection attack occurs when *magic_quotes_gpc *isON and how it prevents when its OFF. To my understanding apostrophise are escaped automatically in POST/GET/COOKIE when its ON, so how it tends towards SQL Injection. Someone suggested

[PHP] Compiling PHP classes/libraries to objects

2004-03-08 Thread Tariq Murtaza
Hi All Is there any way to use compiled form of libraries/classes in PHP. Comments please... Regards, Tariq -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] e-Newsletter module

2004-02-25 Thread Tariq Murtaza
Dear All, I am sorry its a litle bit out of scope for PHP development etc. I need to know which is the best softwre for eNewsletter publication (cron based) built in PHP/Mysql either opensource or proprietry on Linux OS. Someone suggested me 1-2-All

[PHP] Best practices for sharing members database between different portals

2003-12-09 Thread Tariq Murtaza
Dear All, Please comment on Best Practices for sharing members database between different portals. Suppose we have 3 portals running on different networks. Assignment is to make a single Login/Pass for all portals, means once LogedIn in one of the portal, could able to access the other portals

Re: [PHP] PHP Fusebox

2003-08-05 Thread Tariq Murtaza
Hi Ralph! I suggest MVC. http://phrame.sourceforge.net/ http://www.phpmvc.net/ Regards, TM. Ralph Guzman wrote: I am trying to standardize my development process and have been looking at the different frameworks out there. One of the philosophies I like is that of Fusebox, although originally

[PHP] How to get executed php result in variable

2003-07-14 Thread Tariq Murtaza
Dear All, I need to get results like this. ? $result = get_executed_php_file_contents.php ? Looking for some solutions TM

[PHP] Looking for Function / Procedure, best practices

2003-06-12 Thread Tariq Murtaza
appreciated. Regards, Tariq Murtaza

[PHP] Striping Tags in Reverse, howto?

2003-06-11 Thread Tariq Murtaza
appreciated. Regards, Tariq Murtaza

Re: [PHP] redhat 9 compile of PHP

2003-06-02 Thread Tariq Murtaza
Hi Greg, Make sure mysql is running. Regards, Tariq Greg Beaver wrote: Hi, I'm trying to get an installation of PHP 4.3.2 with Apache 1.3.27 (SAPI), and mysql/zlib/xml-rpc support working with redhat 9's standard MySQL distribution 3.23.56-1.9 I have successfully compiled Apache and PHP so

Re: [PHP] Need Guru's Help

2003-01-28 Thread Tariq Murtaza
Thanks David, I want it in php instead of perl anyway thanks for your help Regards, Tariq David T-G wrote: Tariq -- ...and then Tariq Murtaza said... % % Hi All Guru's here, Hi! [Hey, does that make me a guru now? ;-] % % I need your help regarding converting HTML Table structure

[PHP] How to convert HTML Table structure to DB schema or XML format

2003-01-27 Thread Tariq Murtaza
Hi All, How to convert HTML Table structure to DB schema or XML format Here is the sample table Looking for your commnets / directions (Note: I dont know about regular expressions much :( ) Regards Tariq table width=83% border=1 cellpadding=2 cellspacing=0 tr td colspan=8 height=25 b a

[PHP] Need Guru's Help

2003-01-27 Thread Tariq Murtaza
-- Tariq Murtaza Assistant Web Master Business Technology Team Small Medium Enterprise Development Authority -- Tariq Murtaza Assistant Web Master Business Technology Team Small Medium Enterprise Development Authority -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Php's future with Asp .NET?

2003-01-16 Thread Tariq Murtaza
Sancar Saran wrote: On Thursday 16 January 2003 09:07, Dhaval Desai wrote: Hello ppl, I was just wondering what is php's future with something like Asp .Net coming up...I have read many articles by Php guys who think Asp.Net is the future. If that's the true case...is it really worth sticking

[PHP] calendar solution for workgroups ???

2002-12-23 Thread Tariq Murtaza
Hi all, I am looking for a good calendar system for a group of people. (PHP /Mysql) any idea?? Help/Comments will be appreciated. Tariq Murtaza -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Help needed on CMS Project

2002-12-17 Thread Tariq Murtaza
Why dont you try Post-Nuke :) Good Luck Tariq Mike Bowers wrote: I'm working on a CMS project. It's based on PHP-Nule but I am re-writing it to make the DB less used and to clean the code up a bit. Unfortunately I do not have time alone to do all I want and the last devs and coders I had

Re: [PHP] Dynamic vs. Static

2002-12-09 Thread Tariq Murtaza
Hi John, Can we share your Perl script? I compiled with switch --with-apxs=/usr/local/apache/bin/apxs Is it that apache switch? Thanks Tariq John Nichel wrote: I went thru the same problem, so one day I just sat down, and wrote a Perl script that does the module and binary at the same time.

Re: [PHP] Dynamic vs. Static

2002-12-09 Thread Tariq Murtaza
\ --with-pspell \ --with-iconv make make install --Shell Script-- Tariq Murtaza wrote: Hi John, Can we share your Perl script? I compiled with switch --with-apxs=/usr/local/apache/bin/apxs Is it that apache switch? Thanks Tariq John Nichel wrote: I went thru the same problem, so one day I just

[PHP] Setting values of php.ini file at runtime

2002-11-25 Thread Tariq Murtaza
Dear All, I am wondering if anyone shed some light. i am thinking of setting value for php.ini variables like register_globals = ON/OFF at runtime (within our php script). Is there any function built-in in php?, or can we do it ourselves. Looking forward, Thanks Tariq -- PHP General Mailing

[PHP] Looking for an open source PHP editor on linux

2002-10-25 Thread Tariq Murtaza
Dear All I am wondering if anyone know, some good open source editor for PHP on linux/Unix Hopping for The Best :) Tariq -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Looking for an open source PHP editor on linux

2002-10-25 Thread Tariq Murtaza
Thanks Clint Tredway Actually i am looking for syntax highlighting / help feature of PHP in editor. Any body Tariq Clint Tredway wrote: Have a look at www.jedit.org This editor is not specific to PHP but it does handle PHP well. Clint -Original Message- From: Tariq Murtaza

Re: [PHP] Adding Content Management to live site

2002-10-24 Thread Tariq Murtaza
Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 Tariq Murtaza [EMAIL PROTECTED] wrote... : Try postnuke.com Ashley M. Kirchner wrote: I need to add some type of Content Management System to an already existing site. All my client

[PHP] http://pear.php.net/

2002-10-16 Thread Tariq Murtaza
check out the error http://pear.php.net/ Error: DB Error: connect failed: [nativecode=Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[Fwd: Re: [PHP] Re: PHP XML]

2002-10-16 Thread Tariq Murtaza
Can u elaborate more about ISO standards. i mean, if u could explain more about using Xml in DMS with ISO standards with small examples Best ragards José León Serna wrote: El mié, 16-10-2002 a las 11:02, Simon Taylor escribió: Sure in this context I agree with you, but how often do you have