- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
12 Posted Topics
Hi, I am trying to send email in php for which i installed PEAR mail package. The installation is fine but when i try to run the email script, i get this error : [B]Failed to connect to smtp.csaauto.com:25 [SMTP: Failed to connect socket: No connection could be made because … | |
Hi, My php code runs fine when i try to insert a description with plain text. But it does not insert if i type some special characters like testing's or "testing". How can i remove this problem? Thanks | |
Hi, I have uploaded all my php pages to the server and everything runs perfectly fine. There is just one problem. When i click the refresh button on any page, the user is automatically logged out (session destroyed) and is directed to the login page. When i was refreshing the … | |
Hi, I want to create an editable combo box in php which allows the user to select a value either from a drop down list or enter some text in the box itself. How is it possible to do? Thanks, Aditi | |
Hi, I want to upload pdf file on the network drive ([B]name : csu shared files on 'csu-isa-s1(S: )' [/B]) instead of uploading it in the local drive of the server computer? Could anyone tell me how this can be done. It will be great help ! Thanks, Aditi | |
I am creating a simple report using FPDF which opens fine. I have a link on my php page to generate the report in a new tab. But after generating the report, when i click to any button or radio box on the php web page, the design view of … | |
I have a question : When i combine php and javascript as in the code below, my current php page does not navigate to timesheet.php until i write document.write() in my javascript code? Why is it so? It slows down reloading the form and a white screen also flashes before … | |
I want to create reports in php for which i need php_pdf.dll.I am using php5 which doesnot have this extension. I tried downloading php_pdf.dll from some sites and php.ini accordingly but it still gives me an error : Fatal error: Call to undefined function pdf_new() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\reports.php … | |
Hello, I want to create reports in php, but i have no clue where to start from. Could you list me some good softwares to generate reports in php? It would be of great help ! Thanks ! | |
Hi, I have created logout.php page which destroys all the session variables. Basically i want the the user to get directed to the Login page after logout button is pressed. But when the BACK button of the browser is pressed(even after logout), the user is still able to see other … | |
Hi, I have a problem. I am storing projectid (varchar) as a field in this format :- DD-NNN where DD is the last two digits of the year and NNN is the next project number within that year (i.e. 09-500 is the 500th project in year 2009). The user has … | |
I have a clientvendor.php file with various filters in it. This file directs to updateclientvendor.php file. Now updateclientvendor.php has a Back button to go back to clientvendor.php . When the back button is pressed, I want the page to go back and display the filtered information which is not displayed … |
The End.