39,326 Topics

Member Avatar for
Member Avatar for janicemurby

hi i picked this script up from a site and im trying to install it in my system and i came across the error below You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near …

Member Avatar for janicemurby
0
256
Member Avatar for tibor.marias

I would like to change the icon of a marker while hovering on a HTML element. My markers are generated in a PHP array, which looks like this: $map_flats[] = array( 'title' => $price, 'image' => $file_name, 'type' => '', 'price' => $address, 'address' => $address, 'bedrooms' => $bedrooms, 'bathrooms' …

Member Avatar for jkon
0
255
Member Avatar for Arjun_7

Hi friends, My name is Arjun and i am new to php .My doubt is if we uploading image or any file in online at that time if any of error is accured means i like to display check internet connection...Friends Please tell me that how to display like that.thank …

Member Avatar for mattster
-1
68
Member Avatar for Chanda_1

Hi, I'm using PHP, I am trying to develop: 1. a login page in HTML, once user enter the correct username and password, this will be directed to the User page. 2. In User page, there will be some text fields of the user (eg. name and address), all these …

Member Avatar for Lau_1
0
183
Member Avatar for showman13

I'm studying the Swift Mailer, and wondered if there is someone in here that is familiar enough with the way it works, that you could give me a little guidance. I have a form that I created that allows someone to enter their information as required, and that works just …

Member Avatar for diafol
0
352
Member Avatar for koster25

I need help with creating a "user account" website (i.e. Facebook, Twitter, etc). I have a home page set up, i just need to have the it jump to the "user's profile page" once they login their credentials (username, password). I know it has something to do with MySQL/PHP. Can …

Member Avatar for almostbob
0
551
Member Avatar for shashigowda

Hi Everyone, i need urgent help from you.iam trying to send mail using php mail() functions.iam using XAMPP server.if i run above code iam getting "succesfuuly sent" message as a output but iam not getting any mail in my inbox address.please help methis is my code. <?php if(isset($_POST['submit'])) { $name=$_POST['name']; …

Member Avatar for almostbob
0
496
Member Avatar for shuvobd71

Hello Everybody, My previous discussion is about php function with no argument.My present discussion will be highlighted about the function that uses argumwnt when we call a function like Function newFunction(), we can write any agrgument in this area(). Now we will set a viriable as argument and later assaign …

Member Avatar for almostbob
-3
287
Member Avatar for nadiam

hello, I am having a problem opening my database. Before this I could directly go to phpmyadmin after logging in to cpanel without entering username/password. Today, I was directed to a page to enter username/password before going to the database so I did but I got this warning: Warning in …

Member Avatar for diafol
0
2K
Member Avatar for shuvobd71

Hello Everybody, Today I will discuss about the user defined function of PHP.Basically there are two catagories of PHP function one is built in function and another is user defined function.PHP has about 1000 built in function that we can use when we make any application.on the other hand any …

Member Avatar for jkon
-2
296
Member Avatar for hell hansen

Hi guys, recently im faceng one problem. i need to nake a queries from external link. The good example is: The website www.example1.com sell some products, and this website have reseller guy called www.example2.com so reseller he want all weeks get updated about prices from suply using queries like www.example1.com?id=1234, …

Member Avatar for hell hansen
0
240
Member Avatar for gganeriwal

Hi All, I am looking to build a dynamic web page for a website I am working on. Let me give a little background here and please give your suggestion how can I get started on this, useful links, etc. I am not a pro but I learn and work …

Member Avatar for jkon
0
162
Member Avatar for sarath.lun

Hi, I am a new web developer. I am now doing with PHP MVC (CodeIgnitor). Could anyone give me the example of how to get data from database to form, then save back to database?

Member Avatar for cereal
0
772
Member Avatar for paul-lucas

Hello, my Wordpress is using now LayerSlider. However, for the image layer content (not image background slider), how I can apply the hover effect? ![layerslider.jpg](/attachments/large/4/845f4982662fae44826df3d378fa05c0.jpg "align-center") And, these are the code using now by LayerSlider: <a alt="" data-ls="offsetxin:0;delayin:3500;easingin:linear;fadein:false;offsetxout:0;easingout:linear;fadeout:false;" style="top: 400px; left: 141.5px; display: block; margin-left: 0px; margin-top: 0px; transform-origin: 50% …

0
117
Member Avatar for double_cola

Hey guys. I am having a hard time getting this started. I need to have a page where a user can select or de-select (check boxes, radio doesnt matter) pdfs and then have the selected pdfs merged into a single pdf. I have used [PDF Merger](http://pdfmerger.codeplex.com/) in the past but …

Member Avatar for diafol
0
6K
Member Avatar for UK-1991

Hello, just making an update link using pop up box but dont know how would i be able to get the id though here is my code <?php $get_query = "SELECT * FROM shortenedurls WHERE uid=".$id; $query = mysqli_query($connection, $get_query); while($record = mysqli_fetch_array($query)) { $url = $record['url']; $longurl = $record['longurl']; …

Member Avatar for diafol
0
3K
Member Avatar for chaitu11

Which one provides more secuity, And mostly used in companies.Please Suggest 1.laravel 2.Zend 3.YII

Member Avatar for diafol
0
290
Member Avatar for praba_web

Hi there, How to change the status automatically without controller when the date crossed closing date in codeigniter? sorry for my terrible english...

Member Avatar for cereal
0
104
Member Avatar for UK-1991

Hello, I have tried to create a simple paggigation and now i am facing a problem, I am unable to show the number of pages i.e 1 2 3 2 when i click on last page the next button is still coming up can anyone help me out . <?php …

Member Avatar for pritaeas
0
104
Member Avatar for Trabelsi

Hi, I tried to create four dropdown lists as main category and sub categories which depends on the above list I tried to run it on my local host and it works fine but when i want to insert the value of the second list in my database it doesn't …

Member Avatar for diafol
0
3K
Member Avatar for mgt
Member Avatar for almostbob
0
295
Member Avatar for Samritha

I have 4 local database and 1 server. How to synchronize that 4 local database to server automatically in perticular time interval. Is there any code please update me.. Advance thanks for any suggessions/code.

Member Avatar for diafol
0
123
Member Avatar for ramsiva

Trying from localhost but not getting $client->setRedirectUri('http://localhost:9080/getdetailsgoogleplus/oauth2callback'); any body help me

Member Avatar for pritaeas
0
68
Member Avatar for shashigowda
Member Avatar for mattster
0
333
Member Avatar for ramsiva

how to get facebook id and name using php any body help me while clicking facebook image on my website

Member Avatar for John_89
0
114
Member Avatar for UK-1991

Hello, Worked on PDO everything as far as i see is correct why i am getting an error ) Fatal error: Call to undefined method mysqli::insert_id() $result = "INSERT INTO users(unique_id, firstname, lastname, email, username, encrypted_password, salt, created_at) VALUES('$uuid', '$fname', '$lname', '$email', '$uname', '$encrypted_password', '$salt', NOW())"; $connection->query($result); // check for …

Member Avatar for Gideon_1
0
4K
Member Avatar for UK-1991

Hello, I am trying to connect with the database but the file contains OOP programing that is little bit unfimiliar for me if anyone help me out in connecting with the database. Db_connect.php <?php class DB_Connect { var $dbuser; var $dbpass; var $dbname; var $dbhost; // constructor function __construct() { …

Member Avatar for diafol
0
2K
Member Avatar for AaTish_1

i wanna know how to make this kind of section in wordpress . Eg http://www.quicksprout.com/university/ Niel patel blog has uiversity section where all video are arranged ...can anyone show me the way to make this kind of stuff on my blog

Member Avatar for lps
0
186
Member Avatar for Koshy_1

Hi all, i am making a web based php subscription system i know there are paid systems like authorize.net and strip that charge per successful transaction but i wanted a free open source system that i can integrate in my system please help me any kind of help will be …

Member Avatar for diafol
0
208
Member Avatar for berserk

I wasn’t sure which forum to put this under so I just selected web development. I have run into an issue that ironically I have solved before but thanks to my wonderful drop-box the changes I made were not saved and when I changed them again on another computer, the …

Member Avatar for berserk
0
430

The End.