39,326 Topics
| |
I have a website where I would like to have my users use their facebook login and password and then they sign in and able to post comments. I have seen this a lot at lot of other sites. for eg [url]www.cricinfo.com[/url] I am interested to know how this works. … | |
I'm working to revive an old CMS and the current way of deleting posts in a forum thread is to select them via checkbox and then click delete. I'd like to avoid the numerous amounts of click and just have the user click "delete" on a single post and have … | |
Hi There Guys, I've found a lot on this subject, but the sheer amount of scripts and suggestions is overwhelming and researching this has confused me more than anything. I have a fully working contact form, but at the moment it simply checks the users input on submition of the … | |
hi all, pls help me... i want to play multiple videos in videogallery... but when i give click on anyvideo its not playing.... here is my code.... tnx in advnc.... <?php $sql="Select * from video_gallery where prod_name LIKE '%$prod_name'"; $obj->query($sql); $nume=$obj->num_rows(); while($row=$obj->query_fetch()) { $code=$row["video_code"]; $cd=explode("/",$code); ?> <div class="video"><iframe width="304" height="192" … | |
i have a login form. if there is a error. let say user doesnt fill input fields. than it will print error. but i want to keep the values safe. that way user dont have to keep fill in data again and again. here i have a form. iam print … | |
is there any function that converts the values of an array to string? i tried with array_values but i dont know how | |
this code doesnt check captol letters. how can i do this. for examle is i have "cat" in table "user". than if i set $username_p to Cat. and it will work fine. but i dont want to work bc Cat != cat. $sql = mysql_query("SELECT id FROM user WHERE username='$username_p' … | |
hi there, is there a way to prompt user dialog box using links not buttons?? | |
I know this has been asked before but I really can't relate any of the threads to my code. A'll I'm trying to do is get this quick PHP form to echo the error messages in the form as appose to a new page. (I'm sure you know what I … | |
Hello, I currently am running a gameing server and found some php code to send RCON commands to my game server. I am completly new to PHP, but not new to code. I would appreceate if someone could fix these 2 lines of code. On my XAMPP server I have … | |
Hey guys! Im putting together a drag and drop page where a user will drag an ellement (in this case and printable pdf) over into a print field. I need blank fields on the right to return either as (void skip this) or with default pdf. Any ideas? Here is … | |
Hello Friends,I need your help.I am creating one form which show records on table.I need to insert this records to another db.But,each row will button to add record.After clicking that button only that particular should be added.I need your help guys. | |
Hello there , currently am working on download site that contain items , I need to place **download hits** for every file in site, I used the old way that open popup php page and increase the counter then store the result in database, its not cool to do this, … | |
Hi! Can somwhone can create for me button that goes back to last picture, and to next picture..Down is download link where you can download ready image upload, but you need to put in button to next picture, and previus picture.Need to do that with all the pictures in database. … | |
I am very new to wordpress. I am hivaing a small problem in my site. I am using a custom template for the home page, I have category filters on top, on mouseover it shows the total no. of models in that specific category. Well the problem is, I have … | |
Well, I have just made this funtion that will split an array using a delimiter. I'm new to C++ so I will take any suggestions you have. Anyhow, good luck! Enjoy! | |
How to get records from databse in ascending order new record on page refresh each time When records ended start from first record | |
hello , can u plaese help me guys I have tried several ways to UPDATE data to a mysql database from radio buttons that have 1,2,3,4 options.. for submitting i have used if (isset($_POST['submit'])) { $v1 = intval($_POST['v1']); $v2 = intval($_POST['v2']); $v3 = intval($_POST['v3']); $v4 = intval($_POST['v4']); $v5 = intval($_POST['v5']); … | |
is it possible to load the data contained in an Excel file into a MySQL table using PHP? | |
| Hi, I've been playing about with native classes and looking to extend them - well just the DateTime class actually. I was hpong that there would be a way to avoid using a constructor, but I can't seem to figure out how to store a 'startup' timestamp, `u` without it. … |
Is there a good portable environment I can use to put on a USB so I can learn wherever I go. So that I have a basic editor and environment to view results. I do plan to use it at work so as self contained as possible. | |
| |
first i'm not much professional in JAVA programming but if you mentioned a code how hard is it I'll understand it ... I want to create a desktop application that is connected with an online database to insert/retrieve data from it ... I've searched a lot on google but no … | |
Hello, I need to convert string format "18 novembre 2012" (month is wrtite in italian) to php date. Can you help me? | |
am creating a simple blog application and i have a model in ci called entries model and one particular function that gets a blog entry by id from an entries table table in a database this here is the code <?php class Entries_model extends CI_Model{ function __construct(){ parent::__Construct(); } function … | |
I have a drop downmenu on a page, after users add a content to the db, i do not want the specific value that was added from the dorpdown menu to show in the list again. I do not want to delete that specific value from the dropdown table. Your … | |
i want to save the value of there username and password in field. so that next time they only have to hit login. so i only have one file for login page. login.php //html code <form id='login' action='login.php' method='POST'> <input type="text" name="username" id="login_username" class="login_field" value="" /> <input type="password" name="password" id="login_password" … | |
Hi i have this script to upload and replace the exciting image which is good. The one thing i can not figure out is i would like to resize any images that are uploaded, to like 60x60. any ideas ? <?php if (isset($_POST['submit'])) { $newext = '.png'; $filename = $_FILES["file"]["name"]; … | |
I have searched and read all sorts of options on the web in answer to this question but it seem that everyone makes it much harder than I imagined it to be... Could someone tell me if this will work or if I just have a real misconception of the … | |
Hi, I am trying to create a 3 column table, where each row will contain 3 'cells' which each contain the following info for a product - Product Name, Description, Product Link, Image and Price - so, in a 3x3 table I would have 9 products. Any help much appreciated, … |
The End.