[PHP] Re: ColdFusion / SQL PHP / mySQL HELP!

2004-05-28 Thread Ammar Ibrahim
Tell your boss to get a life :) I'm working on converting a large web application from ColdFusion/MsSQL to PHP/MySQL. This web app is almost around 3 million lines of code :| I was wondering if there exists a tool similiar to ASP2PHP to convert ColdFusion code to PHP. But anyway, the way

Re: [PHP] Looking for Advanced PHP Developers

2004-05-06 Thread Ammar Ibrahim
Stephen Allen wrote: On Thu, May 06, 2004 at 01:15:17AM +0200 or thereabouts, Richard Harb wrote: ... and onsite would be where ? Amman, Jordan I think. I wouldn't want to be a Caucasian over there working, at this point in time. I don't understand what you mean. Jordan is the one of the safest

[PHP] Looking for Advanced PHP Developers

2004-05-05 Thread Ammar Ibrahim
, the offer includes housing. Please send your CVs to [EMAIL PROTECTED] Ammar Ibrahim CTO GNUIX -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP charset encoding

2004-04-02 Thread Ammar Ibrahim
Hello Nabil, Good to see you here :) I hope you solved the problem. anyway, i would like to make a comment about something: The Charset is defined in many places, If you are using HTML in the meta Tag Apache, PHP, Header(). you can use all these methods to specify the charset, what i suggest to

[PHP] Re: Question about php forwarding to javascript

2004-02-14 Thread Ammar Ibrahim
I'm not sure i completely understand what you need but you could write dynamic Javascript using PHP e.g; $myString = 'hey dude, help me'; script language = ... ?php if( strstr('help me') ) include('jsfunction.inc'); ? /script The code i wrote is really dumb, but

[PHP] Re: Zlib Compression || Implementation || Bandwidth Savings?

2004-02-03 Thread Ammar Ibrahim
if this works for you, could you please post your story in the group. this is very interesting if you could save 50% of your bandwidth just by turning the zlib flag :) good Luck, Ammar Cf High [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hey all. Having a good problem -- our

[PHP] Re: Adding one month to a given date

2004-02-03 Thread Ammar Ibrahim
Use mysql's Date Functions. works like magic :) Good Luck, Ammar Merlin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi there, I am trying to add one month to a given date. Somehow I am lost inbetween mktime, date and unix timestamps ;-( Can anybody give me a hint on that?

[PHP] Re: PDF and dynamic PNG

2004-01-27 Thread Ammar Ibrahim
if nothing worked out, simply right the dynamic png to a temp file (e.g tempimg.png) then include this png file in your PDF document :) hope this helps, Ammar Dominik Heeb [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I succeed in creating PDF files dynamically with PHP

[PHP] Test

2004-01-23 Thread Ammar Ibrahim
Test Message -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Suggestion on executing external programs from within php

2004-01-23 Thread Ammar Ibrahim
maybe if you put Call1 and Call2 in seprate PHP files, and you call both of them. i guess it would work Ammar John Clegg [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi I would like to be able to execute 2 system calls simultaneously. I am not interested in the output and I would

[PHP] Re: XML to PDF with XSL

2004-01-23 Thread Ammar Ibrahim
If this is Possible, Please Tell me, i'm also very interested in this. Or if you know any method to 'find and replace' a string in a PDF file please also tell me e.g, i want to replace all occurnces of [name] with John From a PDF file on the server, when i open it ofcourse it won't have [name] as