39,320 Topics

Member Avatar for
Member Avatar for letlet_pogs

Hello everyone. I am just now starting PHP. It is my first time actually. I dont know how to run the PHP. I saved the file as "HelloWorld.php", but when i opened it in firefox, no any words appear. I want that the "Hello World" will appear, can anybody help …

Member Avatar for cwarn23
0
59
Member Avatar for ripper1510

Hey all I am doing a mini countdown type thing but i have hit a snag. What i am first trying to do is get the time 7 days from now and then(later insert into database but not now) work out the difference between the current date and the date …

Member Avatar for darkagn
0
69
Member Avatar for nikhita

hello all, Please get me a way to export all contents of a table in mysql database to a PDF file and it can be downloadable and can be printed from the website.. please provide some sample code. it is very much urgent for me. plz help

Member Avatar for digital-ether
0
104
Member Avatar for danarashad

I am getting odd query results. I should be getting a list of students, over 100, but I am only getting 3. Here is my connection and sql, please help. It works excellent on PC, but the client is using a Mac. Please advise. On PC, I get all 100 …

Member Avatar for digital-ether
0
87
Member Avatar for mrcniceguy

i would like to know if i can check spaces between symbols in PHP. because i want the username for a member in my site not to contain space. for example:(joshua mwatu),this name contains space. i would like the script to check if the username contains space and display error! …

Member Avatar for digital-ether
0
132
Member Avatar for rickya100

Hi, I was wondering if anyone out there could provide a few pointers to me on how to get started using a XML web service. It's a holiday feed so includes things like flights, bed banks etc But what I'm wondering is how do you query and get results from …

Member Avatar for mazeroth
0
111
Member Avatar for uaecasher

hello, I'm currently a PHP developer and I'm looking to learn new languages, what i found a good chose is ruby on rails. from what i came to know that ruby is much easier and fast way to develop web apps and uses techniques like MVC and DRY. however is …

Member Avatar for blocblue
0
113
Member Avatar for OmniX

I am trying to use a variable to refer to a column of a fetch_array. Problem is it is not working: [code=php] $table_field = "name"; $result = "select * from table"; while($myrow = mysql_fetch_array($result); $text .= $myrow[$table_field] . ", "; // Note: if I use 'name' it works fine... } …

Member Avatar for OmniX
0
229
Member Avatar for boliu

Hi! here is my problem . I'm a psychology student and i'm trying to do a survey on my friends from my YM list . I want to send them forms in their inbox and they will answer back . My form looks like this : [code=html]<form method="post" action="http://mysite.com/feedback.php"> Question1 …

Member Avatar for boliu
0
103
Member Avatar for Acute

Hi guys, is it possible to use browser as online window with an application on it? For example with Excel???

Member Avatar for nav33n
0
58
Member Avatar for lildaddyha

Hello, I have a login/registration script thats altered to correspond with my database. It includes the login, logout, change password, email validation, etc. I have it setup pretty well however, when I hit submit, the information doesn't go into my database. I get the error message "Data Missing" which comes …

Member Avatar for lildaddyha
0
188
Member Avatar for danielpataki

Hello everyone! If you guys have a sec, can you help me out with some URL rewriting? I am transfering a site from typepad to wordpress for someone and the typepad links to post look like this: [url]http://www.domain.com/directory/year/month/post-title.html[/url] A wordpress link would look like this: [url]http://www.domain.com/year/month/post-title[/url] there is no extra …

Member Avatar for danielpataki
0
95
Member Avatar for rajeesh_rsn

Hi i had made a image upload script and working fine. Now I need to crop the image and save the image finally. Please any one give the idea of cropping image. Please help me.. Thanks Rajeesh

Member Avatar for ithelp
0
42
Member Avatar for danielpataki

Hi Everyone! I have a general database question, I'll try to keep it short :) I am building a social site where users can log in and add status messages (like twitter), share photos, keep a blog on site, and so on. I will refer to these as element types …

Member Avatar for digital-ether
0
106
Member Avatar for rogelioz

Hi. I need to modify a PDF document(alter some of its text). So far I've managed to do it by splitting the document into three parts using fpdf. Then, I modify the text on the middle part. Finaly I merge them back together. Is there a way to alter the …

Member Avatar for rogelioz
0
49
Member Avatar for rEhSi_123

Hello fellow members: I want to nest my forum replies....meaning reply to a reply....so want to create a 2 dimensional array with one number refering to the orig post and the other for each reply on that post Could somebody please help me out. Thanks in advance my forum_replies table …

Member Avatar for rEhSi_123
0
365
Member Avatar for headedtomexico

I have a VB application that connects to a PHP page for user validation, and I'm having some problems getting it to work for a particular user. I didn't wanna double post in both forums and Im not sure if its a PHP or VB problem so here is the …

Member Avatar for digital-ether
0
130
Member Avatar for sassenach

Hi, I just read thought a tutorial on how to email pipe via evolk. When i try to send an email to the email address that is suppose to do the job, i get an error. "Mail delivery failed: returning message to sender pipe to |/home/username/public_html/pipe/email_pipe.php generated by [email]test@website.com[/email] local …

Member Avatar for sassenach
0
275
Member Avatar for dmanw100

Hello, I am very new to PHP and have been working with it now for about a month. My site uses a script to process a POST and generates a new page. The page it generates is saved with the same name as a blank html file on the server. …

Member Avatar for cwarn23
0
241
Member Avatar for Aamit

Hi, I want to create search functionality 1> create 2 radio button i>artical ii>Wikipedia when user check radio button artical and search it shows artical in website and when for check radio button Wikipedia it searches result from Wikipedia and display in site... How to do this ?? sample example …

Member Avatar for nathenastle
0
77
Member Avatar for santhanalakshmi

Hi ,this is my code,see the bold letter that highlighted in this following program....If i am not redirecting this page to another page means ,i am facing big problem like for every refreshment on the browser a dummy data is get inerting into the table(last inserted values into table).to avoid …

Member Avatar for nathenastle
-1
126
Member Avatar for 1baxter1

Hi im having abit of trouble adapting a tutorial i found on nettuts for creating a photography website heres the link if you wanna check it out: [url]http://net.tutsplus.com/videos/screencasts/building-the-back-end-of-a-photo-site/[/url] Anyways this code is fine, although because i have several categories of photos i need to store them in seperate tables, was …

Member Avatar for nathenastle
0
95
Member Avatar for jayb

hello everyone .. I have to create a newsletter using php .... now one problem is that .. i have to send the output of one php page through the mail . now .. when i designed the newsletter i want to include some logo or image in the newsletter …

Member Avatar for nathenastle
0
92
Member Avatar for gagan22

Hi everyone, I know this is very simple questions. But i want to know that in which case we use function include() and in which case we have to use function require() in php code. Please help me. Thanks, gagan

Member Avatar for nathenastle
0
179
Member Avatar for shasha821110

Hi,all I want to ask for the php code to check the password validation? It couldn't be entire alphabetic or entirely numeric? Thanks.

Member Avatar for shasha821110
0
134
Member Avatar for webecho

Hi All I'm trying to combat some SPAM coming through on a booking form. It's all the usual rubbish. I've been searching to find the php code that would do the following if ($msg contains http:// or [url]www.)[/url] {echo "Please don't put links in the comments - it looks like …

Member Avatar for webecho
0
995
Member Avatar for grunge man

I tried doing this, and it didnt work. Im goign to identify the $css in the else of an if else statement; so when its else, it willl turn the web page that color, but i cant figure out how to acomplish it. [CODE] $css = "<style type="text/css"> body { …

Member Avatar for grunge man
0
235
Member Avatar for emhmk1

Hi There, I'm currently creating a form and inserting the details into a database, the problem i came across is when the php checks and inserts the data i made the password md5 [code] $password = md5($_POST['password']);[/code] However if the user wants to request his password via email how will …

Member Avatar for emhmk1
0
68
Member Avatar for incd

Hey, How do I implement multi-level dynamic navigation with php? Assuming my database would be like: [CODE] id name parent_id ---------------------------- 1 page 0 2 sub1 1 3 sub2 1 4 sub12 2 [/CODE] I've tried many ways, but haven't found any 'good' methods/implementations so far. Now I have: [CODE] …

Member Avatar for somedude3488
0
1K
Member Avatar for Elle Dee

hi guys, I was wondering if you could help me. I'm trying to create a report on my website through mysql and php. So I'm at the part where I have to pull in the parameters they want for the select statement. I'm using a dropdown box for this and …

Member Avatar for pritaeas
1
251

The End.