39,320 Topics
| |
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. ........ | |
I have a starting base and I had the idea of using an array name similar to the checkboxes where you would use checkbox[] and let it repeat through a for loop, in this case file[]. But when I go to access it via $_FILES['file[$index]']['name'] it errors. I think there … | |
Hi All, the following script works fine and updates with no issue, except on, wait for it..... Internet Explorer!!!!! Any advice would be appreciated. [code] <html> <head> <script type="text/javascript"> function showUser(str) { if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, … | |
Hi every on.I new in php.I m trying to insert date from 3 dropdwon to my date table.It is working well but in table the date is showing always 00-00-0000.plz any one give me a solution.My scripts are followings: [CODE]//table -- Table structure for table `date` -- CREATE TABLE IF … | |
I am thinking to make a PHP library for better syntax of PHP (in functions). Currently I feel that its too clumsy and unorganised. There are many functions without any use and many useful functionalities can be added to older ones. Like instead of learning all GD functions for common … | |
Hi Is there any way using PHP to delete everything in the public_html directory? Or even better everything on my server? Im trying to impliment a backdoor into one of my websites as Im working with another developer I really don't trust much. Thanks | |
How to retrive the different value from two different table using join query | |
I m working on advertise website for that i need to select random values from the database so please help me Thanx in advance | |
I want to select a single column from a table but cannot use "mysql_result" query. is there any other way to output the data of that specific column? Thanks in advance. |
The End.