Search the web
Sign In
New User? Sign Up
php-objects · Discussions about Object Oriented Programming in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5834 - 5863 of 9227   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5834
Hello dear Php'ers I havea problem with a php page, everytime I call it it presents me with an empty page, with only <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML...
uhibullura
Offline Send Email
Aug 4, 2007
7:42 pm
5835
... if you're viewing in IE, than that is the expected result... try printing something out: <?php echo "Hi!"; ?>...
Brian Cummiskey
delvtecsol
Offline Send Email
Aug 4, 2007
8:16 pm
5836
In message <f92kpk+rj6c@eGroups.com>, uhibullura <uhibullura@...> writes ... Are you running it as http://... rather than C:\... ? What is the name of...
Pete
computergeni...
Offline Send Email
Aug 4, 2007
9:17 pm
5837
Hi, In most probability you have error on your PHP script. Some syntax error or like. Pl. check your error logs.This might give you some indication of what to...
abhishek jain
ejaincom
Offline Send Email
Aug 5, 2007
6:43 am
5838
Dear Abhishek, Thanks for your swift respons, I will look in the loffiles if I can. The page inquestion runs locally on windows and linux, but not on the ...
Roland Parijs
uhibullura
Offline Send Email
Aug 5, 2007
7:55 am
5839
Dear Pete Thank you for your swift response I am running the page on a remote free BSD server, also locally on a windows and linux machine where it does work. ...
Roland Parijs
uhibullura
Offline Send Email
Aug 5, 2007
8:02 am
5840
Dear Brian, Thank you for your swift response, I did that, it showed up fine, but when I included it in the page in question, it didn't work. The page includes...
Roland Parijs
uhibullura
Offline Send Email
Aug 5, 2007
8:11 am
5841
Dear Abhishek, Unfortunally I cannot get to the errorlogs. Below you find the code I used which works on my windows and linux but not on the remote freeBSD...
Roland Parijs
uhibullura
Offline Send Email
Aug 5, 2007
1:29 pm
5842
http://eps.110mb.com/index.php please check my website, try to give me feedback how to improve it develop by PHP and MySQL. I'm seeking job. thanks ...
Gary Palima
gimage_2000
Offline Send Email
Aug 6, 2007
3:10 pm
5843
Hi Members, I need some helps for atomatic login. If client check 'check box' , client automatically login on my site next time, thanks ... Be a better...
Trinh VanVinh
vanvinh99
Offline Send Email
Aug 6, 2007
3:12 pm
5844
Hi all, I wrote the following code to change some string into friendly URL, like in WP blogs and blogspot. Now I want to use it every for linking in all the...
codeoman
mrhzcn
Offline Send Email
Aug 6, 2007
3:15 pm
5845
I want to integrate ajax checkout in oscommerce site. Example http://bentgear.com/ ... Why delete messages? Unlimited storage is just a click away. [Non-text...
shakil sumra
sumra_php
Offline Send Email
Aug 6, 2007
3:15 pm
5846
Use CodeIgniter for your php framework, and use Mootools for your super lightweight web2.0 javascript framework Send instant messages to your online friends...
electric bit
electric_bit
Offline Send Email
Aug 6, 2007
3:16 pm
5847
Dear All i have problem with install ffmpeg package on my windows localhost i use php5 with apatch2 - Dled Windows EXT from here:...
w3developer
w3developer2003
Offline Send Email
Aug 6, 2007
3:17 pm
5848
Try using this instead of mime_content_type() (which is depracated) if (!function_exists('mime_content_type')) { function mime_content_type($file) { return...
Giles Smith
giles.smith@...
Send Email
Aug 6, 2007
3:18 pm
5849
Hi I'm using time and date functions in a programme in php. But my problem is its not showing the correct time accord to our india. Can anybody solved this or...
edward_e09
Offline Send Email
Aug 6, 2007
3:20 pm
5850
Hi everyone, I have to combine the results of a potentially unlimited number of mysql recordsets into a single array. For example, if I have the following...
Tony Dillon
tony_dillon_99
Offline Send Email
Aug 6, 2007
3:20 pm
5851
I use both CodeIgniter (for lite weight projects) and Solar for projects and getting more into PHP5. ... -- Jad http://Syntux.net/ Your freedom is worth more...
Jad madi
jadmadi
Offline Send Email
Aug 6, 2007
3:21 pm
5852
On the line of $seconds = change the number to the number hours India is from GMT $localdate will be displayed as 08/06/07 $localtime will be dislalyed...
Ken
olets3
Offline Send Email
Aug 6, 2007
4:16 pm
5853
Wow, it works.. It's great that I use linux. Still wonder what about in Windows though.. ... -- ~ R.L.B. ~ [Non-text portions of this message have been...
Roland Bu'ulölö
jarollz77
Offline Send Email
Aug 7, 2007
5:07 am
5854
Dear all, I am using two listboxes with multiple selection. I have moved the contents from the first list box to the second list box. But I am not able to get...
Hari
harirajamoni
Offline Send Email
Aug 7, 2007
6:02 am
5855
Hi to everybody, I want to develop a very good and great WEB PHOTO GALLERY..Plz give me a link of such Script for free but it should be editable... Thanking...
srihari R
srihari_comp...
Offline Send Email
Aug 7, 2007
9:48 am
5856
How do you want the gallery to look? http://www.huddletogether.com/projects/lightbox2/ is quite good. Alternatively, for a complete gallery package,...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Aug 7, 2007
10:22 am
5857
... Did you select all items of second listbox before post??? (only selected items are sent to action file) -- José Miguel Santibáńez jms@......
José Miguel Santib...
jms1609
Offline Send Email
Aug 7, 2007
2:40 pm
5858
I also noted... that $matches doesn't appear to be defined anywhere... before it actually gets used....
Larry Helms
larr_helms
Online Now Send Email
Aug 7, 2007
4:58 pm
5859
I haven't TRIED this out... just wrapped MOST of your code in a function... but it should work. <?php if ( ! function_exists (pretty_url) ) { function...
Larry Helms
larr_helms
Online Now Send Email
Aug 7, 2007
5:01 pm
5860
Dear All, You can do the following: $now = time(); $timeZoneOffset = date("Z", $now); /* Offset to GMT in seconds; west of GMT is negative */ $localNow = $now...
Carlo Post (prive)
carlop260259
Offline Send Email
Aug 7, 2007
7:48 pm
5861
Dear All, I have a page in php which I wanted to have centered in all resolutions. I have used a script which I fouund on the Internet called...
Roland Parijs
uhibullura
Offline Send Email
Aug 8, 2007
7:48 am
5862
Dear All, I have a page in php which I wanted to have centered in all resolutions. I have used a script which I fouund on the Internet called...
Roland Parijs
uhibullura
Offline Send Email
Aug 8, 2007
7:49 am
5863
I think it happen on some machine which don't activate cookies. Maybe yo can try session to save resolution LuckyGuy354 IT Beginner http://www.wiwid.org ... ...
luckyguy354
Offline Send Email
Aug 8, 2007
8:10 am
Messages 5834 - 5863 of 9227   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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