39,326 Topics

Member Avatar for
Member Avatar for never_rain

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. …

Member Avatar for nbn567
0
137
Member Avatar for Meth0d

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 …

Member Avatar for broj1
0
220
Member Avatar for ello

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 …

Member Avatar for veedeoo
0
2K
Member Avatar for amith_ami

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" …

Member Avatar for amith_ami
0
618
Member Avatar for hwoarang69

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 …

Member Avatar for hwoarang69
0
370
Member Avatar for janzaldo

is there any function that converts the values of an array to string? i tried with array_values but i dont know how

Member Avatar for mihai_daniel
0
1K
Member Avatar for hwoarang69

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' …

Member Avatar for hwoarang69
0
115
Member Avatar for missy_mi
Member Avatar for ello

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 …

Member Avatar for ello
0
198
Member Avatar for AndyPants

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 …

Member Avatar for diafol
0
181
Member Avatar for double_cola

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 …

Member Avatar for double_cola
0
203
Member Avatar for codingweb

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.

Member Avatar for diafol
0
80
Member Avatar for OsaMasw

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, …

Member Avatar for OsaMasw
0
232
Member Avatar for sandjuks112

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. …

Member Avatar for sandjuks112
-1
133
Member Avatar for baig772

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 …

Member Avatar for urtrivedi
0
73
Member Avatar for Echo89

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!

Member Avatar for Echo89
0
986
Member Avatar for vizz

How to get records from databse in ascending order new record on page refresh each time When records ended start from first record

Member Avatar for broj1
0
379
Member Avatar for janna1122

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']); …

Member Avatar for pritaeas
0
239
Member Avatar for dinhunzvi
Member Avatar for diafol
0
85
Member Avatar for diafol

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. …

Member Avatar for diafol
1
1K
Member Avatar for flebber

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.

Member Avatar for NardCake
0
236
Member Avatar for anandschiru

Is there any web applications using phpbb features,if so plz reply

Member Avatar for pzuurveen
0
138
Member Avatar for mc.hitch

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 …

Member Avatar for bibiki
0
319
Member Avatar for giovannitao

Hello, I need to convert string format "18 novembre 2012" (month is wrtite in italian) to php date. Can you help me?

Member Avatar for pritaeas
0
327
Member Avatar for wycliffe.ottawa

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 …

Member Avatar for wycliffe.ottawa
0
166
Member Avatar for dannybarh

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 …

Member Avatar for dannybarh
0
131
Member Avatar for hwoarang69

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" …

Member Avatar for LastMitch
0
265
Member Avatar for Tko_1

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"]; …

Member Avatar for Tko_1
0
149
Member Avatar for showman13

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 …

Member Avatar for <M/>
0
130
Member Avatar for overrising

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, …

Member Avatar for diafol
0
949

The End.