... share it ... arguments. So you ... strings ... PHP. I * ... arguments method. ... going over ... you are ... than there ... instead of ... 16, 17, ... ...
Not clear your problem. You may easily edit the function signature and pass category id to the function of the model. function get_submenu($num, $offset,...
Dear Arafat, Thanks for ur reply. Actually i want to know ..how i can get $cat_id and post it to get_submenu model... cause i am fetching this $id from my...
Hello All As you may know that I have a great feelings on Ubuntu Linux Desktop operating system. With my friend Hasin Hayder's <http://hasinhayder.net> ...
I am using the PEAR package HTML_QuickForm for a small project of mine and cannot figure out how to add text to a textarea from within my script. Eventually I...
Dear all, I tried to save form to a dat file but the varible that I use is always empty. Here is the Scripn: <html> <head> <title>Guest Book</title> </head> ...
U can try this code <?php if($_REQUEST['save'] != '') { extract($_POST); if (empty($nam) or empty ($email)) { print("Please fill name, email, and comment"); ...
It's done now. Thank you very much. extract ($_POST) is the statement to make on register_global ? Best Regards, Son Tushar Saha <tusharcsebd@...> wrote:...
i want to fill the pdf form field with php script.for this i created the fdf document which fill the pdf form filed. but i want to open the fill pdf form field...
Hi Experts, How to get Video file properties in php? Thanks, Gangadhar. Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/...
Hi Experts, How to create secure login page in php without using SSL certificate? Thanks, Gangadhar. Add more friends to your messenger and enjoy! Go to...
Secure in what way? In order for a site to be accessed via https, an SSL certificate is necessary. If you just want to obfuscate username/password information...
Hello Everyone, Zephyr, which has revolutionized the IT scene, is now making quite a stir with the release of Zephyr 2.0 <http://www.getzephyr.com/> , which ...
hi all, Â Â Â I am new to cake php.so could yuo help me how to use the framework.send me the brief.where to download the frameworkalso how to do the project...
kalai selvi
kalaikalki6484@...
Nov 4, 2008 6:23 am
10105
You can download it from cakephp site. And will get an initial manual in cakephp document area. Keep continue, best of luck thnks zia ...
Hello, After I create a file using fwrite() method, the file permission mask is set to something other than what I need it to be. Is there anyway that I can...
Few days ago I have discussed Openbravo POS systen intregation with MySql. Today I will discuss How to built OpenbravoPOS after modification logo, image etc. ...
fwrite has no umask option. what function you are using for masking?? who is running the php file?? is it apache as a module or from cli? -- A K M Mokaddim ...
Hi! I would like to invite you to visit MyDailyFlog and see my latest photos. Check out: http://www.mydailyflog.com/go/invite_register/mashuk007/2211352 ...
Hello, May be this is my thread in phpexperts. I thought Its necessary so I started this thread. Okay. Lets come to the point. You got a problem in your code....
Yeah I think this are common sense because if you don't provide with the code, then they can't help quickly. They will ask you back for the code and this will...
I usually perform file/directory permission masking by running chmod command in exec() function. So *httpd* becomes the owner of the file. I was wondering if...
Hi  I am facing problem to host MY CodeIgniter project to godaddy Hosting server.  it can't show the pages . I use AUTO URI . $config['uri_protocol'] =...
Hi Babu, I also faced some difficulties in CI with Go Daddy hosting. At last I had to contact Go Daddy for the solution. Arafat Rahman http://arafatbd.net...
Hi,I faced this type of issue with GoDaddy server. Then, I followed a solution from the web (I forgot the reference). Try removing '&' (used for reference)...