Skip to search.
phpexperts

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 15413 - 15442 of 15513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15413 ronbryce4u Offline Send Email Feb 4, 2012
11:24 am
Hello, pls can you help me with a php code that can restrict access to various pages with the using of certain numbers? example 1234 takes you to service.php,...
15414 Gu®u
nagendra802000 Offline Send Email
Feb 4, 2012
11:29 am
You are not clear about your issue. You mean if you have a text box in which user will enter 1234 and the action will take to service.php. If that is the case...
15415 shiplu
staticint Offline Send Email
Feb 4, 2012
11:36 am
Enable mod rewrite on .htaccess RewriteEngine On RewriteBase / # Rewrite all other URLs to index.php/URL RewriteRule ^(.*)\.php$ index.php?name=$1 [PT,L] Now...
15416 roland bryce
ronbryce4u Offline Send Email
Feb 5, 2012
8:37 am
Thanks alot. pls can i send u a sample of the website so you can understand better?...
15417 shiplu
staticint Offline Send Email
Feb 5, 2012
8:41 am
... Sure. But what I have understood from your initial mail, could be achieved very easily by a PHP script. And I have sent you a PHP sample. Read the code. --...
15418 roland bryce
ronbryce4u Offline Send Email
Feb 6, 2012
10:28 am
something like this <form id="form1" name="form1" method="post" action="service.php" target="_blank"> <label> <input type="text" name="n" value="Type in your...
15419 roland bryce
ronbryce4u Offline Send Email
Feb 6, 2012
10:29 am
thanks alot for your reply. something like this: <form id="form1" name="form1" method="post" action="service.php" target="_blank"> ...
15420 surfadnan Offline Send Email Feb 8, 2012
10:39 am
Hello Everybody.I am Adnan, student of BBA.I am interested to be a PHP programmer.I'd like to know from you how can I learn PHP programming.How and from where...
15421 Umair Vatao
umair.vatao Offline Send Email
Feb 11, 2012
1:39 am
Hi, I want to define some meta data about image, i.e. - Point A at pixels (20, 30) - Point B at (60, 70) - Point C at (100, 200) it can be whole circle,...
15422 night_bird_bd Offline Send Email Feb 11, 2012
1:39 am
Dear all programmer I am new php programmer and try to know better something .Any one can help me for this issue...
15423 Saleha Latif
salehalatif Offline Send Email
Feb 23, 2012
6:42 am
Hi, i have got a response of api which prints like : echo "<xmp>"; print_r($myResponse); echo "</xmp>"; It shows me result in array: stdClass Object (    ...
15424 juergen.meier@...
juergen.meie... Offline Send Email
Feb 23, 2012
6:43 am
Hi, Does anybody have advice on how to integrate the Zend framework with FIT/FITnesse? I have only found the plugin phpslim, but not a plugin for Zend. Also, I...
15425 Gu®u
nagendra802000 Offline Send Email
Feb 23, 2012
6:43 am
Hi All, I need some help with VPS. I have purchased a windows VPS. I have a static IP and domain too. What I want to know is if its possible to send emails ...
15426 Sabila Enun
enun_seu Offline Send Email
Feb 23, 2012
6:43 am
*Apology** **for** **cross** **posting* =========================================================== No. of Vacancy: *01* Position: *Programmer** **Analyst**...
15427 shiplu
staticint Offline Send Email
Feb 23, 2012
10:15 am
It seems formatXmlString function is failing. Are you sure this function takes stdClass as parameter and returns string? Could you paste the function body...
15428 Saleha Latif
salehalatif Offline Send Email
Feb 24, 2012
6:50 am
The Function & error on line 224 i put double quotations as its has "/*" in actual function it has single quotations. Catchable fatal error: Object of class...
15429 ymnoor21 Offline Send Email Feb 24, 2012
8:33 pm
Saleha, Its showing absolutely correct error message. Did you notice that you are suppose to pass an object as a parameter on this function? If you are doing...
15430 Nazmul
hellohimel Offline Send Email
Feb 25, 2012
8:10 am
Webpers Position: Mockup engineer/graphics No. of Vacancies : 1 Requirements - Able to work with Adobe Photoshop, Adobe Illustrator. - Must be capable under...
15431 shmarafat06 Offline Send Email Feb 26, 2012
5:12 pm
Dear All, I have been assigned to a Magento Project from my office. But to be honest I don't know anything about Magento. :( The project requirements include:-...
15432 shah alom
salom_amin Offline Send Email
Mar 2, 2012
11:57 am
Hello Everybody, Currently I am working on a project that needed MLM structure tree view. Can anybody give me any resource to built that using PHP with...
15433 texsmin Offline Send Email Mar 5, 2012
5:32 pm
Hello, looking for exact clone of OnePageCRM in PHP. Please review www.OnePageCRM.com and tell me (1) how much it will cost, and (2) how long it will take. ...
15434 ratul
raaatuuul Online Now Send Email
Mar 5, 2012
5:32 pm
Hi, i dont know what is your requirements. But here is a simple script to create tree view in PHP. function get_children($parent, $level = 1) { $result_p =...
15435 ratul
raaatuuul Online Now Send Email
Mar 5, 2012
5:32 pm
Hello everyone, We are the BEE's of aan-nahl. We are seeking PHP/mySQL programmer immediately. If you have good knowledge of PHP and MYSQL and also worked on...
15436 Amin
salom_amin Offline Send Email
Mar 7, 2012
6:38 am
Thank You Ratul for your reply, I got the the concept from your example script........
15437 Shuvankar halder
shuvankar_ruet Online Now Send Email
Mar 12, 2012
6:27 am
Hi Tell me your timeline and cost.  Req: Will read facebook wall, read twitter stream, read youtube comments and combine them all in one stream, display it on...
15438 ratul
raaatuuul Online Now Send Email
Mar 13, 2012
3:55 am
Its my pleasure :D....
15439 Sarwar Hossain
shuvo4 Offline Send Email
Mar 13, 2012
3:55 am
Hi, We are looking for php experts, Here is the detail of job posting, *Position: Senior Web Application Developer* * * *No of Vacancy:* 2 *Experience...
15440 Gu®u
nagendra802000 Offline Send Email
Mar 13, 2012
12:38 pm
Hi, Please help me with this code. I have 2 different fields in mysql table. What I want is if the field is empty don't show the image. Please look at the code...
15441 shiplu
staticint Offline Send Email
Mar 13, 2012
8:21 pm
When you post any code paste it to pastebin type services and then use link. Also don't forget to beautify your code. I have pasted your code on...
15442 Gu®u
nagendra802000 Offline Send Email
Mar 14, 2012
1:29 am
I tried every possible ways of putting if else if conditions but the issue is although both the images are appearing only those images are taking me to the FB...
Messages 15413 - 15442 of 15513   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help