38,020 Topics

Member Avatar for
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
288
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
102
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
294
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
246
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
113
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
184
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
207
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
423
Member Avatar for UK-1991

<?php if (!$connection) { die('Could not connect: ' . mysql_error()); } $urlinput=mysqli_real_escape_string($connection, $_POST['url']); $id=rand(10000,99999); $shorturl=base_convert($id,20,36); $link = "https://goo.gl/$shorturl"; $sql = "insert into shortenedurls (id, url, shortened, uid) values ('$id', '$urlinput', '$shorturl', '$idnew')"; mysqli_query($connection, $sql); echo "<input type='text' class='txt-box' value='https://goo.gl/$shorturl' readonly />"; mysqli_close($connection); ?> i tried to create a link shortner …

Member Avatar for UK-1991
0
387
Member Avatar for vssp

Hi friends Is it posssible to create an email account in the cpanel without manualy logging in ? I want to create a php script which logs into the cpanel and create an email account . I hope i would get a solution form u guys Thanks

Member Avatar for jaison_1
0
2K
Member Avatar for praba_web

How to integrate login in ossn framework html page ? i designed separate page for login module. i have to integrate login in ossn framework index.html.. please give solution..

Member Avatar for jkon
0
117
Member Avatar for Gideon_1

I am a 19 year old guy who is yet to get a CS degree from the university. I learned web development on my own from resources online. Mostly from youtube videos precisely from thenewboston and phpacademy and a few text-based tutorials from w3schools.com. I am good with HTML, HTML5, …

Member Avatar for diafol
0
490
Member Avatar for nadiam

I am trying to update data but i get this error. `Uncaught exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1064 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 ' username …

Member Avatar for nadiam
0
267
Member Avatar for Moin_3

[Click Here](http://dev.appcotech.com/pwrdup/static/become-postie.php)[1] UnderConstruction please go to upper link and click on SIGNUP TO DRIVE (Blue cruve Button) there will be a tab open type `london` (Not From Drop Down) only just type `london` and hit enter page will redirect to dev.appcotech.com/pwrdup/static/become-postie-vehicle.php page (This mean post keyword matched 100% with database) …

Member Avatar for pixelsoul
0
383
Member Avatar for praba_web

Hi there , How to write multiple update_batch query in codeigniter? My script is not working ... Please give some solutions for multiple update row using update_batch... getting below Error: A Database Error Occurred You must use the "set" method to update an entry. Filename: D:\xampp\htdocs\DEAL\system\database\DB_active_rec.php Line Number: 1273 mycontroller …

Member Avatar for praba_web
0
9K
Member Avatar for Paul_31

For some reason my forms have stopped working and I cannot get themt o send any emails. I have checked the server logs and I can see on form submition it throws the following error. PHP Notice: Undefined variable: email_message on line 21, <?php if(!isset($_POST['submit'])) { //This page should not …

Member Avatar for pritaeas
0
966
Member Avatar for Stefce

i cannot select from two tables but i have the right code here it is: $sql = "INSERT INTO ticket (senderName, receiverName, `Date`, ticketID, match1, match2, match3, match4, match5, match6, match7, match8, match9, match10, match11, match12, match13, match14, match15, match16, tip1, tip2, tip3, tip4, tip5, tip6, tip7, tip8, tip9, tip10, …

Member Avatar for pritaeas
0
204
Member Avatar for Mushfik

How can i show user "Your account is not confirmed yet" when the login form check whether confirm column is YES (If yes then tke it to member page & if NO then shows that error message.) I already have error message for invalid details but I want a cofirmation …

Member Avatar for diafol
0
397
Member Avatar for Nathaniel10

I want to increase my knowledge of PHP by learning about classes. I wrote the following very simple test program. It works. But I would like to know improve it. I plan on writing more complex test programs and that won't be the time to iron out smaller issues. Thanks …

Member Avatar for diafol
0
441
Member Avatar for Mushfik

Please someone help. I want to put the $url which is created into $shorturl = to generate a custom url ($url actually outputs a http://something.com actual link) but don't know how. or can you help me put the $url in header("Location:" ## .$url ## ']); to redirect users to the …

Member Avatar for Mushfik
-2
248
Member Avatar for pavithra madda

i have a doubt that is i have login form like user name and password and after that doing some selections the page show an body of email like this and my question is how to send that body of email to all users in a database using php and …

Member Avatar for Gideon_1
0
258
Member Avatar for UK-1991

Hello delete record not working if(isset($_POST['delete'])) { $ida = $_GET['delete']; $coupen = $_GET["code"]; $update_query = "delete from shortenedurls where id=".$ida; $query = mysqli_query($connection, $update_query); if($query) { header('Location: ../coupon.php?id='.$id.'&code='.$coupen); exit(); } else { header('Location: ../update_link.php?id='.$id.'&code='.$coupen); exit(); } }

Member Avatar for UK-1991
0
200

The End.