473,800 Members | 3,057 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP Forum

PHP web programming language - Ask questions about php scripting, databases, mysql, templates, PEAR, php functions, PHP-GTK, setup and installation, object oriented programming, classes, files, security, sessions, arrays and more.
2
1,184
thread by: jodleren | last post Dec 27 '07 by: Rik Wasmus
Hi all! I am new to images, and I work with a list of files - which for other reasons is a list of gif files (I test for $file.gif). I have found imagecreatefromgif and getimagesize which does pretty much what I need. Though, can I convert other images to GIF?
1
1,128
thread by: mukeshrasm | last post Dec 27 '07 by: Markus
Hi I got problem while converting the image to thumbnail from database. it is not printing the image rather prints some unknown characters I am printing it inside the table
8
1,517
thread by: Martin Leese | last post Dec 27 '07 by: Jerry Stuckle
Hi, I have never used PHP, so please bear with me. I have a personal website with about 80 pages of HTML. I created and maintain this with a text editor and typing in HTML and CSS. Sometimes I need to make global changes, such as changing my e-mail address which is on every page. Currently, I have to manually edit 80 pages to do this. ...
53
3,029
thread by: Sanders Kaufman | last post Dec 27 '07 by: Jerry Stuckle
I'm having a BLAST writing this app as OOP as PHP allows. It's one thing to discuss the dance, but it's a thing of beauty to see the performance. I'm noticing that the constructor is a "reset" switch - just like the one on the front of my computer. Calling it seems to just dump all of the old values, free up all of the old resources, and...
4
1,991
thread by: Subash Biswas | last post Dec 27 '07 by: Jerry Stuckle
I keep getting Call to undefined function socket_create(); (Win XPpro on domain) IIS 6.0 PHP 5.2.5 have all extensions loaded; (and also tried enabling line extension=php_sockets.dll in php.ini) also made sure extension_dir was correct and restarted the IIS. I new to PHP & I used the php-5.2.5-win32-installer.msi to install.
6
2,499
thread by: Royan | last post Dec 27 '07 by: Porfirio
Ok the problem is quite hard to explain, but i'll try to keep it as simple as i can. Imagine I have the following structure of my files and folders: /root/global.inc |__/files/foo.php |__/utils |__/logs/logger.inc When I run foo.php I get the following error:
1
3,831
thread by: sejal17 | last post Dec 27 '07 by: Markus
hello everyone, I have a problem to find a specific words from url.How can we find specific words from url?pls answer me as soon as possible.......
3
1,208
thread by: bnashenas1984 | last post Dec 27 '07 by: pbmods
Hi everyone My server has limited sending email to 10 email per minute which is not enough for my website. Sometimes they block emails sent by my scripts.. Does anyone have any idea how to solv this problem? Thanks
2
4,753
thread by: ramsphp | last post Dec 27 '07 by: realin
Hi All, I need to access webcam which is in the server (remote machine) using IP address and port-numbers given. Can any one suggest me the way to handle this situation. Thanks in Advance, Rams.
1
1,110
thread by: kardon33 | last post Dec 27 '07 by: realin
Is it possible to some how use .net libraries with php through some extension or another way???
4
1,463
thread by: mukeshrasm | last post Dec 27 '07 by: mukeshrasm
<table width="85%" height="32" border="0" align="left" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td width="21%" align="left" valign="middle">Caption1</td> <td width="20%" align="left" valign="middle"><input name="Image_Name1" type="text" id="Image_Name1" value="" size="15" /></td> <td width="15%"...
3
1,485
thread by: thesti | last post Dec 27 '07 by: Markus
hi, i dunno why, but i have tested my upload script with IE 6. but the file wasn't uploaded. it works fine with Opera and FF. i use php 5.1.2 here is my upload script //get the picture file //validation on type and size $fileName = '';
6
1,512
thread by: Gilles Ganault | last post Dec 26 '07 by: Gilles Ganault
Hello I have a couple of command-line PHP scripts that are often called, and I was wondering if it were possible to have the PHP interpreter remain in RAM instead of being removed after the scipts end? Thank you.
3
5,539
thread by: tamimmakki | last post Dec 26 '07 by: Markus
hi, I want to pass a value with hyperlink click to a php page.What i want to do is I have a list of 12 players in form of hyperlinks. if some user want to check profile of any player he will click on that players hyperlink, I have information of all players in database. I want that hyperlink player name in my database query to search that players...
1
1,122
thread by: traineeirishprogrammer | last post Dec 26 '07 by: helimeef
I am wondering in general (of you who are experts and involved in large projects) how long would it take to develop a large server scripted (say php) website which attracts 10's of thousands of people each day. lets say a medium social networking site with simple functions. With lets say 5 people working on it. If you got a plan what...
1
1,629
thread by: russot00 | last post Dec 26 '07 by: helimeef
I have 3 drop down menus that are used in a search to locate restaurants in a db. All of the drop down menus function, a search can be submitted with any combination of drop downs and the results are sorted by restaurant name. The problem occurs when you do not select anything from a drop down ("All" is submitted for all drop downs) and submit the...
2
1,226
thread by: thesti | last post Dec 26 '07 by: thesti
Hi, i'm learning php and MySQL and i want to display only let's say 4 records (different/random every page load) from my query that could be more than 4. but no repeating records would be shown. i could think a way that's kinda hard. is there any function in php or mysql that can make it easier? thx
0
1,353
thread by: jodleren | last post Dec 26 '07 by: jodleren
Hi I want to read an image an return it to the user - the point is, that it can be any graphic image, so I need to set it properly. AFAIK there are imaga/jpeg, image/png - then? image/gif and image/ svg ? codesnip: $ext=ExtractFileExt($somefile); if($ext=="jpg")
5
1,838
helimeef
thread by: helimeef | last post Dec 25 '07 by: helimeef
Hi, I'm running Apache 2 and PHP 5.2.0 on Windows XP Media Center Edition. My problem is if I write a simple mail program like this: if(mail("__MUNGED__","Test Mail","This is a test message from localhost.")) { echo "Success"; } It echos "Success", there are no errors, but nothing gets sent to the email address I specify. Here's what the ...
2
2,560
thread by: momogi | last post Dec 25 '07 by: realin
hi all.. I wanna make a site where every visitors can see a streaming video (in real time, may be like youtube). So, in the same time when the page is loading, the video is playing. My questions, is it possible to make this streaming video using PHP5? Or I have to learn another language? Does PHP support this? I don't know where to start this...
1
34,345
realin
thread by: realin | last post Dec 25 '07 by: realin
hi guys, its been long time since i have asked here :P well, i wanted to ask that how do i make some trackback URLs, i have read a lot about them online. But how do they exactly work, i mean they got pings ?? how .. is there some idea.. Ofcourse i am willing to do it in php,mysql :) thanks in advance
5
1,674
thread by: frozenade | last post Dec 25 '07 by: realin
Hello all.. This is very simple question I think. :) How to create multiple page navigation? e.g: - index.php?page=home - index.php?page=download - index.php?page=contact Thank you very very much..
7
3,463
thread by: thesti | last post Dec 25 '07 by: grimjoey
hi, i'm learning and trying to develop a web with php. the logout script of mine seems not working since that after i pressed the logout link. i still get the greeting "welcome, 'username' ". this is the script in the logout.php that <html> <head> <meta http-equiv="refresh" content="1; URL=index.php">
4
1,496
thread by: mdipierro | last post Dec 25 '07 by: mdipierro
I apologize for the intrusion but I thought you may be interested in this: http://mdp.cti.depaul.edu Here is a creencast: http://www.vimeo.com/428474
4
370
thread by: Dev | last post Dec 25 '07 by: Tim Roberts
Hello All, i am unable to upload file using following code: chmod("upload", 0777); move_uploaded_file($_FILES, "./upload/". $_FILES); chmod("upload", 0755); what wrong in this code any one help me.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.