39,320 Topics

Member Avatar for
Member Avatar for kapil.goyal

can anybody tell me how i can upload file without browsing if the file name and path is known to me.there will be a upload button when user hit tat the file at particular location wil be uploaded to specific place.

Member Avatar for vssp
0
69
Member Avatar for michael123

I have a question about how to manipulate php string. For example, I have a text string: $text=" ---<updated:12/20/06>--- this is 2nd entry ---<updated:12/19/06>--- this is 1st entry "; Now if I want to remove "---<updated:XX/XX/XX>---" and only display: this is 2nd entry this is 1st entry how can I …

Member Avatar for vssp
0
100
Member Avatar for php_coder

hi all i want to open and work on a .pdf file from php script. i hv installed pdflib and copied it in C:\Program Files\xampp\php\extras\pdf-related still the script( from PHP manual) din't work :sad: plz help thanks in advance Prati

0
65
Member Avatar for VanPetrol

Hi, This is my first ever "real" php script, so excuse any stupid code. Unfortunately the thing always return english, even if i'm on a chinese computer. [PHP] /*Get the language that should be used. First check cookies, as this may be set from a previous session. Then check browser …

0
82
Member Avatar for VanPetrol

Hi, After letting it go a few months ago, I'm back to learning PHP. At the moment I use it on WindowsXP with Apache and MySql. I dont want to reinstall my computer but want to go the whole LAMP way by using Linux. So got myself a cheapish laptop …

Member Avatar for DimaYasny
0
102
Member Avatar for sam1

hi, I am creating a contact us page with php and html. everything works except for the actual receiving of the email. I am using php and apache on localhost but i am connected to internet. What i am trying to ask is: is it possible to send email using …

Member Avatar for sn4rf3r
0
154
Member Avatar for vjw757

i have just aquired a site [URL="http://upithere.com"]http://upithere.com[/URL] .... im looking to give it a face lift. what i want todo is at least make boxes on the left and right sides for ads. here is how hosted images look...[URL="http://www.upithere.com/view/9607.html"]http://www.upithere.com/view/9607.html[/URL] i think it would look nice to have some ads on …

Member Avatar for stymiee
0
91
Member Avatar for w_3rabi

hey guys i need some help on rss integration in php code anyone hav an idea how to do that

Member Avatar for stymiee
0
89
Member Avatar for Turnkey_Websites

Hello, I have a new website, article directory about student loan consolidation , when I post a new article it creates a new page called articlexx.html , is there an easy way to make the name of the new page to be more SEO freindly, like the title or a …

Member Avatar for digital-ether
0
59
Member Avatar for poslanik

Hi, I'm having a classic 'doesn't work in IE but works in FF' problem. I have a site [URL="http://learn-croatian.com/"]http://learn-croatian.com/apdejt[/URL] and I wanted to make it easier for me to update metas in all pages with help from php. I'd change the php variables in a central file which is included …

Member Avatar for poslanik
0
147
Member Avatar for hanpedro

1. at index.php, <head ></head> <body > menu part <iframe frameborder="0" id="aaa" src="./body_load_in.php" onload="resizeIframe(this)" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" border="0"></iframe> 2. body_load_in.php put links into records for opening parent pages $result = sql_query($sql); for ($i=0; $row = sql_fetch_array($result); $i++, $k++) { $list[$i][href] = "javascript:void(0)" onclick="javascript:parent.location('/club/club_main.php?botable=1&cb_id=$row[bo_table]&wr_id=$row2[wr_id]&sca=$row2[ca_name]')"; The result is …

0
53
Member Avatar for crazynp

Hi, Can anybody guide me to solve this proble. I have to upload the zip file to the webserver. The php script should read the name of the zipfile and print it and also it should read the name of the text files that are zipped and the contents in …

Member Avatar for Rhyan
-1
94
Member Avatar for MeeraKotecha

Hello once again... I have the sidebar and the header common in all the pages which are made in PHP.. The sidebar and the header are in an html.. But when i include them in my current pages(the one made in PHP) than the style sheets of both clash and …

Member Avatar for MeeraKotecha
0
129
Member Avatar for vssp

Hi friends I am install the third party dll (libpdf_php.dll) in my machine to edit the pdf file.But when i unable to edit the large size pdf file and embadded fornt pdf file. Please help me How to solve the issue. Please send me any alternate solution. Thanks Vssp

0
59
Member Avatar for wavyaquaeyes

Hi all, I am doing a Conversion rate program. The outcome is always O instead of the rate. I have arrays... I think the problem is in the echo line with my variables. can someon take a look and let me know? code is <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 …

Member Avatar for wavyaquaeyes
0
244
Member Avatar for nathanpacker

Hey everyone, I need some advice. I have a simple user form. Name, email, comments, blah blah blah. Currently for error checking, in my code, if the user inputs something invalid or doesn't fill out a required field, I redirect them to another page that tells them the error, then …

Member Avatar for Rhyan
0
146
Member Avatar for Mojo36

**When I try to upload an image to my website I get this error message. If anybody can help please put replies in easy to follow, step by step 1,2,3 answers as I am Computer illiterate and don't want to damage any other part of the script. Thanks in advance!!** …

Member Avatar for GliderPilot
0
102
Member Avatar for steven01

hi,I see a site when I click the game image,it's to a url: [url]http://www.site.com/skill-games/12-many.html[/url] when I click the second image,the url changes to: [url]http://www.site.com/play/1400.html[/url] how this can be done?thanks in advance:eek:

Member Avatar for desiguru
0
96
Member Avatar for hbmarar

Hi, Wishes. I am not comfortable with shell scripting though know a bit here and there. I believe the listing of a directory using php logic alone would not give appreciable performance if i have lots of nested directories. I really believe a shell commands would solve this and would …

Member Avatar for digital-ether
0
88
Member Avatar for dangutm

how can i retrive data from database (mysql)and make it a drop down menu on a html form using php .and also if an iteam is selected from a fist dropdown before the next well become active.

Member Avatar for csscart
0
189
Member Avatar for adaykin

hey I am trying to do a postnuke installation now, I gave up with phpnuke since it sucks, and I am trying to install postnuke but I got an error when I was going through the install process and I'm not sure what it means. Any thoughts would be greatly …

Member Avatar for Sorcerism
0
131
Member Avatar for dips009

Hi, Newbie here with couple of generic questions. 1: Is it possible to write a script where I can goto SITEA (a mashup), enter my login info and from within that site grab or pull data from SITEB to show on SITEA presuming that I have stored my login info …

Member Avatar for Sorcerism
0
71
Member Avatar for hbmarar

Hi , Wishes. I have developed a commenting system and it work as follows. first comment would be X. All reply to this would be X.X and reply to X.X would eb as X.X.X likewise. I keep each level's maximum filename used using a count file. [PHP] I use the …

0
59
Member Avatar for Ashjenius

Hi everyone i am new to php and have recently adapted a php email form and would like someone to validate it for me to make sure that it is correct. [code]<?php if ($_SERVER['REQUEST_METHOD'] != 'POST'){ $me = $_SERVER['PHP_SELF']; ?> <form name="form1" method="post" action="<?php echo $me;?>"> <table border="0" cellspacing="0" cellpadding="2"> …

Member Avatar for jblacdao
0
153
Member Avatar for balagod

Hi, I want to know how to find the site no.of visitors maximum allowed , for example i want to develop a site ,but i don't know how many no.of users can acess the site maximum. Is it possible to know and improve this visiting users capacity through PHP code. …

Member Avatar for balagod
0
92
Member Avatar for wavyaquaeyes

HI Can someone please help me. the book sucks, teacher will not help me (says I will not learn), I am trying to calculate Pay check. Just hours worked, pay, and overtime. :rolleyes: [B]Script is as follows:[/B] [code=php]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Calculate Your PayCheck</title> …

Member Avatar for jblacdao
0
353
Member Avatar for mwa

I'm involved in the development of this script. I'd be curious to know what some SEO literate people think about it. There are likely hundreds of sites running some prior version of it, since its based on PHPLinks but we have added some features like... session ID supression on detected …

Member Avatar for mwa
0
483
Member Avatar for tech291083

Hi, I was wondering whether PHP being a server side and kind of scripting languages, can be or being used for application/software development just like any other regular programming languages such as c/c++ or java. As far as I understand it is meant for web use only and thus can …

Member Avatar for tech291083
0
169
Member Avatar for Mr.Money

Hello all i posted in the job offers section and surely there has to be an 'expert' in vbulletin somewhere on this site. Below is what i posted. Not sure if this is against the board but i hope a few ppl will come forward and help me with my …

0
107
Member Avatar for gruebz

I am currently in the process of having a website made and I need some help working out which programming language is best to be the most cost effective solution ongoing between PHP and ASP. The website is a fantasy sports one that will interact strongly with its database and …

Member Avatar for mbacon
0
178

The End.