39,402 Topics
![]() | |
I need code for word to pdf convert in php. Have any solution. | |
Hello everybody i am new with php and i would to help with link click counter i have a database and a table which i store some links and the i have these links play.php?id=1 play.php?id=2 i wanna to know how many times has been clicked any links for example … | |
Hey guys, Apologies if this is posted in the wrong place, but couldn't find a suitable forum. Basically I'm making a website for a musician, and was contemplating using WordPress to allow him to be able to manage his own updates, as well as update his image gallery, new videos … | |
Can someone please help me get a simple working form to work on my site. | |
![]() | I have a database in a text file. I want to add the database from it to my MySQL database. I am new to php so i want the code of it and please explain if you can because it will help to increase my php knowledge. And after adding … |
In some large PHP ecommerce websites creating dynamic meta and title tags on each page is really difficult. Is there any PHP code which can call a function and retrieve data from database to fill the title and meta by comparing the url of the page. | |
hi everybody, i encounter a problem regarding PHP when i am doing my internship. i have a javascript which looks like this. <Script Language = "JavaScript"> function sent() { var text1, fTxt,dT; text1 = document.form1.EPTextField.value; dT = new Date(); fTxt =("You entered" + ": " + text1 + " " … | |
Hi all, I'm sorry my bad english. I have a problem with my calendar. How I can mark in a date cell half day booked? Which is better image from mysql or do in php code. Have anybody there any example or could you show me how to do? I … | |
I want to display some stand alone web pages from my server in a single web page when requested by the user. The pages are listed by topic. I thought it would be simple to use the include_once function and then use ($url) for the path to the file, but … ![]() | |
I'm trying to piece together an email order form. This form has a few different aspects to it. I am getting an error on my for proces, conf_order.php. Here is my form on order.php I dont think there are any issues on this page.. [CODE]<form method="post" action="conf_order.php"> <?php <input type="hidden" … | |
im trying to develop a search form. my target is when someone select date attribute on combo box he want to get calender to enter date for search form. can anyone help me... thnxx.. | |
I want a PHP cron script to be set up with cPanel cron jobs that would take backup of MySQL database. Regards, | |
I have problem with reading email. While reading email from server it prints some like, " --0016e6434b7e7427ab0489da3bab Content-Type: text/plain; charset=ISO-8859-1 this is just test " And the actually message body of mail is "this is test" What's the problem ? Please help THANKS. | |
Hello guys! I'm trying to make a script for a school website, so the principal can send mails to all of his students, teachers or other admins, it should be very simple but the page just keep coming blank or sending me syntax errors. Right now it's showing the following … | |
I have a form and at the bottom it asks if you want a shirt? it gives you a yes and a no radio button to choose. If the user selects yes I want a jump menu to display with shirt sizes, if they select no I want it to … | |
Hi, Right now i am working on alternative ways to open links in websites. Just check this plugin for firefox - https://addons.mozilla.org/en-US/firefox/addon/879/ .. Try that plugin. You can see numbers attached to each link on a site. What i need is a similiar functionality, but without the plugin. Instead i … | |
Hi, I'm trying to send a MySQL query string from a C# application to a PhP submission page via POST. The problem I am receiving is when I try to use the WHERE clause it hangs up at the string I'm trying to compare to. [B]The Query[/B] SELECT * FROM … | |
Hi, Im currently building a script to monitor / check on my sites and report back to me with their availability, HTTP Status Codes, and importantly here, the PAGE LOAD TIME. Im currently doing this with curl requests, and this works for getting status's, and finding out many other things … | |
hi all, i am working on a project. my project needs videos tv( Playing videos flash player). my reference site is [URL="http://www.zooweekly.com.au/zootube/index.htm"]http://www.zooweekly.com.au/zootube/index.htm[/URL]. I need that type of flash player. is it passible to do it. can you guide me plz... ![]() | |
Ok, so I have tried probably 5 different pagination tutorials online and none of them are working out for me. So I am stuck on this last tutorial and cannot get it to work. So I am hoping someone on here can help me out. First I have an include … | |
Does anyone know how I would go about scripting one of these? Any point in the right direction would be amazing. Going to use it for when people visit my website, they put there phone number in (cell) and get sent a SMS verification code and they confirm the number … | |
Hi! How do I export the a html/php page to Microsoft Word or PDF? | |
Ok, Here is my error. Fatal error: Using $this when not in object context Here is the code. [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <!-- <hs:metatags> --> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="description" content="Free online dating and matchmaking for singles"> <meta name="keywords" content="dating service,on-line dating service,mate,partner,women,man,love,free on-line … | |
Hello Everyone, I know that , The do...while statement will always execute the block of code once, it will then check the condition, and repeat the loop while the condition is true. but when i am running this code [CODE] <?php $num = 1; do { $num++; echo $num; } … ![]() | |
Hi, I have a php script that runs on serverX(Reader Server) to read files that are in serverY(Source Server) to copy them one by one into a particular folder in serverX(Reader Server). Reader Server: host: 192.168.10.1 uid: root psw: 123123 whereToCopy: /var/www/html/store_here Source Server: host: 192.168.10.2 uid: root psw: 123123 … | |
ok, I don't really understand what's going on whit this... i'm making this site where user may log in. when he log in, php code set the cookies and redirect user on his account. account page (account.php) recognizes him with this code: [CODE]<?php include "conn.php"; if(isset($_COOKIE['ID_my_site'])) { $name = $_COOKIE['ID_my_site']; … | |
There is an invoice preview webpage. I want to set header and footer information off while printing it. I know we can edit the page setup settings. But I wanted to know if we can do something without changing the default page setup settings. With default setting inside page setup, … | |
Can anyone tell me what is the difference between scripting language and high level language ![]() | |
Hi so i have a search box of a student database. and when searched the results are displayed in a tabular form. i first used window.print to just print out the search results div if the users want some sort of a report. but when using window.print the css is … | |
Hi, I have an issue that I think you could help me with. I would like to make so that when I select something in my select box (my main category) a sub category for that will appear based on my selection in the main category. I assume you would … | |
Hi, I am trying to display results from a MySQL database, in a block. Basically, I am trying to achieve: - all the same brand to display in line with each other. - Then this to be repeated for as however many brands their are. However, Each brand has X … | |
Hi all, Since I have a new provider where the error_reporting settings are more tight, I'm having difficulties with the following. The error message is: [INDENT][I]Strict Standards: Creating default object from empty value on the following line:[/I][/INDENT] [CODE]$settings->paths->absolute->site = $_SERVER['DOCUMENT_ROOT']."/qb/";[/CODE] Does anybody know how to get rid of this error? … | |
Hi all, I'm after the opinion from experienced website devs. I want to build a website provides articles, of which some are restricted to subscribers. I will want to give users the ability to comment and rate articles. So I will need the following functionality: [LIST=1] [*]authentication [*]forms [*]user profile … | |
Can anyone tell me how to achieve this (if there is any?) Cause this is causing kinda big declination from the sum results i was expecting.... Thanks in advance | |
is there anyone know how to modify the content of the body that the function mail() in php sends? ![]() | |
Hi frnds, I want to store images in database and retrieve. I can successfully stored. But i dont know how retrieve it. If any one know pls help me. I paste my code here. [B]fimg.php[/B] [code] <body> <form enctype="multipart/form-data" action="insert.php" method="post" name="changer"> <input name="MAX_FILE_SIZE" value="102400" type="hidden"> <input name="image" accept="image/jpeg" type="file"> … | |
Hi I am new in PHP. I have one query is it possible to give short cut keys like f1, f2 etc.. for saving data, opening any page directly by pressing button. please reply me, I am waiting | |
Hello people! I need a php application, client changed his mind in the middle, so I need it fast! Please recomend, php code generators, tools, IDE's Frameworks, everything that is easy to learn and use. (I've already trying symfony but I find it complex to use) | |
Hi, i want to ask for the question in the subject this post. Well -- what way is for you the best and why? I think right now, if is better the shopping cart make with support SESSION or after add the item to the cart this item save into … | |
[B][COLOR="Green"]Prerequisites[/COLOR][/B] No special development tools are required in order to take advantage of Google's mapping API; all that is necessary is a text editor, Web browser, and a public Web server from which the scripts can be served. Note the server must be public, you can't develop on an internal … | |
Hello guys! I'm trying to make a script for a school website, so the principal can send mails to all of his students, teachers or other admins, it should be very simple but the page just keep coming blank or sending me syntax errors. Right now it's showing the following … | |
Hi All, I have an issues with a mysqli procedure. I am running PHP 5 with mysql server 5 and when I run the script below I get an error "Class 'mysqli' not found" Do I need to update my PHP ini? and / or add a library? or something … | |
Hi, I have built a form that send the info to the database. However I need the form to put the id of the entry into the url so I can get it on the next page. so that I can add more info. The form goes over 2 pages. … | |
I have been trying to teach myself PHP. I installed PHP with the install for AppServ on Windows(just reference info). When I tried to see if I could get a proper output I was having trouble. This is what I used that showed the right results, but according to all … | |
How do I detect all the names for the field values in a URL in PHP? Is there a function to take all of the strings that come between the "?" and the "=" in a URL or is there a simpler way? | |
Hi all, I am trying to make a script for maximal hit counter using below codes. So if user hit for bigger than 2, it would re assign the file of hitcounter.txt into "0" (as if in resetting) .. I tried this code but it does not work [CODE]<?php //database … | |
My web host recently updated their version of PHP and some of my code is no longer working. I created a band website that stores news items in a MySQL database. I created an update page (news.php) where the band can log in and add, update, or delete news. I … | |
Hi , i see some web app encrypt digits that result like [COLOR="Green"]™ª—¤W«›™žU¡ ™¦[/COLOR] but i don't know what's encrypt type. who can tell me about this encrypt? | |
hi all, i am new to php. i want know about how to import contacts from yahoomail,gmail, orkut, facebook, xing,..........like. if anybody know about these. help me. share with me. ........ |
The End.