Re: Re: [PHP] mysql adapter and DAL

2011-09-17 Thread shahrzad khorrami
mysqli - it's what I wanted. thanks

[PHP] mysql adapter and DAL

2011-09-17 Thread shahrzad khorrami
hi all, I'm looking for a mysql adapter for create my dal.. where can I find a good one? and have you ever written a dal with a mysql adapter? in my dal I want to pass parameters to sql sting, for example like following: $db->query($sql, array($name, $family)) thanks, Shahrzad Khorrami

[PHP] recursive

2010-07-17 Thread shahrzad khorrami
and rules table... how to implement it in php? Thanks, Shahrzad

[PHP] Re: Zend_Soap_Client --HOw to pass what function to call from wsdl

2010-05-24 Thread shahrzad khorrami
ok friends, solved ;) $funName = 'getAssetHostsList'; $results = $this->_helper->results($funName); $result = $client->$funName(); Thanks shahrzad

[PHP] Zend_Soap_Client --HOw to pass what function to call from wsdl

2010-05-24 Thread shahrzad khorrami
#x27;this func must call from wsdl') class Zend_Controller_Action_Helper_Results extends Zend_Controller_Action_Helper_Abstract { $client = new Zend_Soap_Client('http://192.168.200.18/neuron.wsdl', $options); $result = $client->*getUsers*(); Regards, Shahrzad Khorrami

Re: [PHP] simplexml_load_file problem

2010-05-24 Thread shahrzad khorrami
by using of ' simplexml_load_string' instead of file, I solved my problem :) thanks

[PHP] simplexml_load_file problem

2010-05-24 Thread shahrzad khorrami
hi all, $results is a xml format string, I want to get this string as a real xml file $nodes = simplexml_load_file($results); but $nodes is empty array... how can I do that? nodes must be an object contains xml Thanks, Shahrzad Khorrami

Re: [PHP] create tree from arrays

2010-05-15 Thread shahrzad khorrami
x27;]); $result[] = $a; } } return $result; } merci Shahrzad ;)

Re: [PHP] create tree from arrays

2010-05-13 Thread shahrzad khorrami
Dear Richard, we have more than one parentID with value 0 in main array, your code is so good but show me just the children of first parentID 0. :) Thanks, Shahrzad

Re: [PHP] create tree from arrays

2010-05-13 Thread shahrzad khorrami
Thanks Rechard :) I'm testing it... merccc

[PHP] create tree from arrays

2010-05-13 Thread shahrzad khorrami
[singleClickExpand] => 1 [leaf] => 1 [id] => dashboard ) ) ) ) ) . wow! it means that by nid and parentID, I'll notice where I must add children item to array... Thanks, Shahrzad

[PHP] Re: -----json and php----help

2010-05-11 Thread shahrzad khorrami
thanks Nathan, I think this is a good way

[PHP] -----json and php----help

2010-05-10 Thread shahrzad khorrami
le or create new json file from this file with my format? Thanks alot, Shahrzad Khorrami

Re: [PHP] Strange MySQL Problem

2009-12-14 Thread shahrzad khorrami
ot;; and add $host = 'localhost'; $con = mysql_connect($host, $username, $password); you can also check this page: http://php.net/manual/en/function.mysql-connect.php Regards, Shahrzad

Re: [PHP] Best ajax library

2009-12-12 Thread shahrzad khorrami
salam ;) JQuery is good one. -- Shahrzad Khorrami

Re: [PHP] alpha/beta/gamma TO $var['alpha']['beta'] = 'gamma'

2009-06-07 Thread shahrzad khorrami
:D

[PHP] Pointer for csv files

2009-05-30 Thread shahrzad khorrami
hi, Is there any function in php to get data of a csv file from a line to another line that we say? for example get me data from line 400 to line 1400 of a csv file. if no function, what you recommend to get data? Thanks in advance, Shahrzad

[PHP] Background Process

2009-05-26 Thread shahrzad khorrami
, "r")); } else { exec("./" . $exe . " " . $additional . " > /dev/null &"); } } } But I don't know how to pass variables to the second file? and how to use of this function? in *windows* enviroment... and return value of second file to first.. Thanks in advance shahrzad

[PHP] executing background process from php

2009-05-25 Thread shahrzad khorrami
Hi friends, I am newbie with this subject and really need to know it... I need a good and clear samples of 'executing background process from php<http://www.webdeveloper.com/forum/showthread.php?t=90061>' where can I find it? Thanks in advance, Shahrzad

Re: [PHP] fgets function for very large files

2009-05-25 Thread shahrzad khorrami
w I think this works slowly what do you recommend? Thanks in advance, shahrzad >> >> > 1: http://php.net/fgetcsv > 2: if( ($row % 1) == 0 ) { > 3: http://php.net/fputcsv > > >

Re: [PHP] fgets function for very large files

2009-05-24 Thread shahrzad khorrami
:-o I want to divide this large csv file with programming to small one!

Re: [PHP] fgets function for very large files

2009-05-24 Thread shahrzad khorrami
How to divide a large csv file to small ones? Thanks, Shahrzad

Re: [PHP] fgets function for very large files

2009-05-23 Thread shahrzad khorrami
ot; in table of database 4 column : name,ext,tel,date that 4 field of csv file must map to these column then I can't directly import my csv file into db. some process must do to insert just my selected fields of csv file... Thanks, Shahrzad

Re: [PHP] fgets function for very large files

2009-05-23 Thread shahrzad khorrami
n and programming just browse the csv file and everything will do automatically in my code all of lines inserted correctly with @set_time_limit(600) but it's too slow and bad way... no use of phpmyadmin and any splitter csv installer program.. Thanks, shahrzad

[PHP] fgets function for very large files

2009-05-22 Thread shahrzad khorrami
line and is this good way? what do you recommend? and how can I do that? Thanks in advance, shahrzad

[PHP] soft Phone

2009-03-10 Thread shahrzad khorrami
nd do you know where I can find this application source code? Thanks in advance, shahrzad khorrami

Re: [PHP] phpMailer Problem!

2009-01-18 Thread shahrzad khorrami
thanks chris :)

[PHP] phpMailer Problem!

2009-01-18 Thread shahrzad khorrami
I tested with port 25, but it didn't work. I confuse, I don't know what problem is it works well with gmail... thanks for reply :)

[PHP] phpMailer Problem!

2009-01-18 Thread shahrzad khorrami
attachment if(!$mail->Send()) { echo "Mailer Error: " . $mail->ErrorInfo; } else { echo "Message sent!"; } result is nothing, no error but didn't send then I remove Username & password, but didn't work!... thanks, shahrzad khorrami

Re: [PHP] Thank you everyone, What a wonderful world

2009-01-02 Thread shahrzad khorrami
I'm sorry for there are no rules in the world no real men to help them. May *Allah* help them as we see what happened in *Iraq* who started war with Iran and just he can! I believe because I can't see any power in men to do that. America is behind Israel and other countries really are too weak

[PHP] Control Over Printer Queue On Windows

2008-11-01 Thread shahrzad khorrami
Hi all, I am writing a script to print a few thousand pdf documents and I need to have some control over the number of jobs that are sent to the printer queue at time ... I can not see how to get print queue information eg the number of jobs pending .. at least my attempts are failing.. any idea

[PHP] Re: return language of a word

2008-09-29 Thread shahrzad khorrami
Thanks for reply U+103A0 ... U+103DF How can I use of it?

[PHP] return language of a word

2008-09-29 Thread shahrzad khorrami
hi all, is there any function to return us the lanuage of a word in the sentence? for example : My name is شهرزاد . when it sees شهرزاد notice that is a persian language. Thanks

[PHP] Fwd: strrev() for persian language!

2008-09-29 Thread shahrzad khorrami
hi all, is there any function to return us the lanuage of a word in the sentence? for example : My name is شهرزاد . when it sees شهرزاد notice that is a persian language. Thanks

[PHP] Re: strrev() for persian language!

2008-09-29 Thread shahrzad khorrami
Thanks alot I tested what you said and IT WORKS! Thanks Maciek :-)

[PHP] strrev() for persian language!

2008-09-29 Thread shahrzad khorrami
hi all, for reversing of characters, strrev() is good. but for persian characters it doesn't work! Thanks

[PHP] Just Thanks..

2007-09-11 Thread Shahrzad
IRIran.net'Remove page referrer' was my first question from PHP.net mailing lists, that's great :) , php have a good support , I think all php lovers gather here :) , I love this place , Thanks to all

Fw: [PHP] remove page referrer

2007-09-11 Thread Shahrzad
my problem is for the 'Back' button of Internet Explorer,.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] remove page referrer

2007-09-10 Thread Shahrzad
Hi all, I have 2 page ,when I go from first page to second page , I don't want the user can back to first page where it come from. is there any way to do this in php ? to remove or disactive $_SERVER["HTTP_REFERER"] in php? Thanks