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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3583 - 3612 of 9235   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3583
 hi! I am trying to enable register_globals at php.ini but after change the line at php.ini of php5 from register_globals = Off to register_globals = On it...
Raj
sjbanga
Offline Send Email
Apr 1, 2006
12:13 pm
3584
hi Raj if u r using windows then the php.ini file in php installation folder doesn't matter... instead the php.ini file in the windows folder is in effect... ...
gaurav rustogi
gaurav_rustogi
Offline Send Email
Apr 1, 2006
1:07 pm
3585
  THANKS, NOW IT'S WORKS FINE. Raj ... [Non-text portions of this message have been removed]...
Raj
sjbanga
Offline Send Email
Apr 1, 2006
2:07 pm
3586
Hi everyone, I would like to ask, if you guys ever encountered a update or insert for problem for text data. You see i tried to INSERT or UPDATE an entire...
Adrianyong
h_tere2000
Offline Send Email
Apr 1, 2006
3:34 pm
3587
... how do you define "symbol" in database?? as varchar or char??? (i guess it's a char > 20 ) -- José Miguel Santibáñez jms@......
José Miguel Santib...
jms1609
Offline Send Email
Apr 1, 2006
4:53 pm
3588
... Limit what you are trying to achieve. Maybe start with problem one, how to display in a web page & then move on to reading the database. I got myself a...
Alf Stockton
alf@...
Send Email
Apr 1, 2006
8:30 pm
3589
Hi Gaurav, Btw I'm new here, but I would like to ask the purpose of having to enable register global. I know that register global function is to enable all...
Adrianyong
h_tere2000
Offline Send Email
Apr 1, 2006
8:37 pm
3590
hi, i coded some basic file downloader (for word, excel, powerpoint, pdf, etc files). My question is, do i have to use a special header before sending the file...
Andres Santos
andufo1982
Offline Send Email
Apr 2, 2006
12:09 am
3591
 plz read the security section of php manual where you found a page named "Using Register Globals" that may help you. regards, Raj Banga. ... [Non-text...
Raj
sjbanga
Offline Send Email
Apr 2, 2006
3:16 am
3592
Thanx for your enquiry.... The problem is no more as it is solved by Mr Rupom.... Thanx ... how do you define "symbol" in database?? as varchar or char??? (i...
Asif Ali
itsme_me1
Online Now Send Email
Apr 2, 2006
4:31 am
3593
... ??? there is no reply on php-objects... do you cross-post your question??? -- José Miguel Santibáñez jms@......
José Miguel Santib...
jms1609
Offline Send Email
Apr 2, 2006
4:43 am
3594
no.... crossposting.... ... ??? there is no reply on php-objects... do you cross-post your question??? -- José Miguel Santibáñez jms@... PHP Data...
Asif Ali
itsme_me1
Online Now Send Email
Apr 2, 2006
5:22 am
3595
Hello.. I need basic details to get started with pop3 email handling through php. I want to read emails on the server but after reading them the mails should...
Zaid, Shaikh
shaikh_zaid
Online Now Send Email
Apr 2, 2006
9:01 am
3596
Hello.. What is the procedure for running a php script automatically as soon as our mail server receives a new email. please help in setting up the flags of...
Zaid, Shaikh
shaikh_zaid
Online Now Send Email
Apr 2, 2006
11:58 am
3597
I have a database (frencheng) with, let's say, three columns ["id", int(9) ; "frc", text ; "eng", text ]. Field "id" is set to auto_increment starting at...
tifu1
Offline Send Email
Apr 3, 2006
1:14 am
3598
Hi everybody, I need a help. i need code for do the following: 1. Create Folder. 2. Create File with extensions .htm or .php. or .doc Aminul ... New Yahoo!...
Md. Aminul Islam
aminulsumon
Online Now Send Email
Apr 3, 2006
4:18 am
3599
here is a script i use for ensuring a folder creation, i'll let someone else handle the file creation $filedir = 'uploads'; $extension = explode ('.',...
Patrick McGuire
chamberxlabs
Offline Send Email
Apr 3, 2006
5:34 am
3600
hi adrianyong wherever in query u pass the text field.. just put it in the function str_replace() function and replace all (") with (\").. simple.... isn't...
gaurav rustogi
gaurav_rustogi
Offline Send Email
Apr 3, 2006
7:25 am
3601
hi andres, firstly u need to find out thru php code (explode) function the extension of the file and accordingly send the content-type header to browser and...
gaurav rustogi
gaurav_rustogi
Offline Send Email
Apr 3, 2006
7:41 am
3602
Hi everybody, I need a help. Have anyone know how to create shell script to run php script at the cronjob in linux Redhat 9. Zahari Send instant messages to...
zahari aziz
zeck82
Offline Send Email
Apr 3, 2006
9:23 am
3603
 I am faceing a strange problem in this code plz help me Sukalyan <?php $db_connect = @mysql_connect('localhost', 'root', ''); $db_select =...
Raj
sjbanga
Offline Send Email
Apr 3, 2006
9:39 am
3604
Hello, I need urgent help to give me the code in PHP/JavaScript related works for getting out the total WHOIS DNS record in the Internet. Regards, Raj ... ...
Raj Aryan
premgurukul
Offline Send Email
Apr 3, 2006
10:02 am
3605
hi, $db_select = @mysql_select_db('test','$db_connect'); i think the problem is in this statement... as far as i know mysql_connect returns int.. and hence u...
gaurav rustogi
gaurav_rustogi
Offline Send Email
Apr 3, 2006
10:14 am
3606
hi, u don't need to create shell script.. u have to write php execution statement in the cron file... with proper time parameters... bye Gaurav Rustogi ... ...
gaurav rustogi
gaurav_rustogi
Offline Send Email
Apr 3, 2006
10:16 am
3607
hi Gaurav Rustogi and everybody, i try type this code line at crontab 57 00 * * * root php /home/vector/auto/test.php 00 00 * * * root php...
zahari aziz
zeck82
Offline Send Email
Apr 3, 2006
10:31 am
3608
hi, this will work $db_select = @mysql_select_db('test',$db_connect); i think the problem is in this statement... ... -- Regards Akhil Bansal [Non-text...
Akhil Bansal
bansalakhil3...
Offline Send Email
Apr 3, 2006
10:57 am
3609
  after rectifing still its not uploaded Sukalyan Banga <?php $linkid=mysql_connect("localhost","root",""); if (!$linkid) { echo "connection complate"; } $db...
Raj
sjbanga
Offline Send Email
Apr 3, 2006
12:01 pm
3610
  its come at move_uploaded_file () ... [Non-text portions of this message have been removed]...
Raj
sjbanga
Offline Send Email
Apr 3, 2006
12:25 pm
3611
I'm trying to use the GD extension under IIS, but get this error :- Fatal error: Call to undefined function gd_info() in C:\Documents and ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Apr 3, 2006
1:13 pm
3612
... Hi, I guess you have not written the proper shebang line . It must be #!/usr/bin/php or something specific to your system. Pl. write this line at the first...
abhishek jain
ejaincom
Offline Send Email
Apr 3, 2006
2:28 pm
Messages 3583 - 3612 of 9235   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