38,022 Topics

Member Avatar for
Member Avatar for SimonIoa

I have a script that opens a camera and takes a snap. I want it to be able to create an id of the photo and then store it. HTML <a href="javascript:void(0);" class="updateControl2" id="webcamButton" title="Open Camera"><span class="boxWebcam wallbutton">Open Camera</span></a><br /><br /><br /> <video id="player" controls autoplay></video> <div id="webcam"> <button id="takeSnap" …

Member Avatar for diafol
0
3K
Member Avatar for UI

Good Day Folks! 1. Is the following regex ok to extract top level domains and 2nd level domains ? [^.]*\.[^.]{2,3}(?:\.[^.]{2,3})?$ 2. How to write php code to use that regex ? Any sample code welcome.

Member Avatar for JamesCherrill
-6
756
Member Avatar for UI

Guys, What I am trying to do is load google.com with cURL and no matter what link is on the page, be it a google link or another domain), I want the script to precede: http://mydomain.com/tracker.php? So, if the page contains a link like this: http://somedomain.com/ then that should be …

Member Avatar for JamesCherrill
-3
294
Member Avatar for seularts

I'm trying to find a way to output whatever BLOB files are inserted into a silly database. In my code when I query the CV column I get all sorts of weird symbols. Can you guys please help me fix my code? $crud->dataview($query); }else{ $query = "SELECT id, from_unixtime(cheie_wp) as …

Member Avatar for cereal
0
3K
Member Avatar for ARNAB_2

I have a shell script , which I am executing via a PHP, which in turn executed from a html page. Whereas PHP script is not getting executed from the html. PHP script is working fine when executing from the server. Please be informed ownership is correct. Please suggest a …

Member Avatar for patk570
0
272
Member Avatar for phphp

Sir I have these codes <body onload="code.focus()"> <!-------------------------------------> <form name="form" action="<?php $_PHP_SELF;?>" method="post"> <!-------------------------------------> <div id="partybox"> <!--f_date1--> <label for="datepicker-13"> Date </label> <span style="border:1px solid #FFF;border-radius:3px;width:95px;height:20px;"> <input style="background-color:#FFC;border:1px solid #9C6;text-align:center;" type="text" size="9" name="f_date1" required id="datepicker-13" onblur="validatedate(document.form1.f_date1)" value="<?php echo date('d-m-Y', strtotime($f_date1));?>" disabled="disabled"/> </span> <!--vno--> <label for="vno"> V. # </label> <span style="border:1px solid …

Member Avatar for AndrisP
0
213
Member Avatar for patk570

Hey everyone, I have a site that has a customer account, right now it looks like crap and i need an idea on how to style it. Right now I am using Bootstrap, but I want to move away from it and try something else. My issue is, I have …

Member Avatar for patk570
0
205
Member Avatar for david_105

how do i convert this <label for="category">Select Winner</label> <select name="willwin" id="willwin"> <?php if ($db->numrows() > 0){ while ($row = $db->fetch()) { ?> <option value=''></option> <option value="<?php echo $row["willwin"]; ?>"><?php echo $row["team1"]; ?></option> <option value="<?php echo $row["willlose"]; ?>"><?php echo $row["team2"]; ?></option> <?php } } ?> </select> <br/><br/> <label>Tag Bettor</label> <select name="sub_cat" …

Member Avatar for diafol
-1
270
Member Avatar for UI

Associative Array <html> <body> <?php /* First method to associate create array. */ [b] $salaries = array("mohammad" => 2000, "qadir" => 1000, "zara" => 500);[/b] echo "Salary of mohammad is ". $salaries['mohammad'] . "<br />"; echo "Salary of qadir is ". $salaries['qadir']. "<br />"; echo "Salary of zara is ". …

Member Avatar for AndrisP
0
395
Member Avatar for peace_coder

Hi, I have a little problem related to WordPress, look at screenshot first: [Here](https://i.stack.imgur.com/DeP8e.jpg)! On the main page I just want to edit that link and also its title from Business Business News to Business news. As you can see in Image I marked it with red arrow. I am …

Member Avatar for diafol
0
387
Member Avatar for anmol.raghuvanshi1

In my registration page i want user to select multiple images and upload it i am saving images name in database for reference. I am successful in uploading single images in database and can also show image in view but now i have problem in uploading multiple images. <?php if …

Member Avatar for Rizvan_1
0
7K
Member Avatar for JamesCherrill

Hi all you php buffs. Out of simple curiosity I thought I would take a look at php. I've been programing since I joined IBM as a trainee developer in 1969, so I have some familiarity with programming in (eg) 360 assembler, APL. PL/I, ... , Smalltalk, Java, Swift. (I …

Member Avatar for JamesCherrill
0
460
Member Avatar for vijaysoft1

i want to post some data to my web , i am entering data to a textarea in my page and pressing submit and it will inserted in to my database the data i typed is follows 1)Adobe Dreamweaver 2)Microsoft but When i tried to display that it is showing …

Member Avatar for diafol
0
8K
Member Avatar for UI

Fellow Php Buds, Do you mind telling me, according to you: 1. How many variables are listed below ? And, 2. How many numerically Indexed Arrays ? $employee_array[0] = "Bob"; $employee_array[1] = "Sally"; $employee_array[2] = "Charlie"; $employee_array[3] = "Clare"; Thank You

Member Avatar for JamesCherrill
0
212
Member Avatar for seularts

please help me cause I am totally lost on this one. I am trying to fetch the results from a database that has the data inserted in a weird way. The IDs are not unique, thus I have multiple values with the same ID in the ID column. I am …

Member Avatar for jkon
0
2K
Member Avatar for shivya_1

I am new here... I am facing a problem in inserting data into database through php. "Connection is established properly." Error is:-error in your sql syntax, correct your query. $firstName = $_POST['firstName']; $lastname = $_POST['lastname']; $contact =$_POST['contact']; $sex = $_POST['gender']; $dob = $_POST['dob']; $email = $_POST['email']; $country = $_POST['country']; $expr …

Member Avatar for inthewind
0
403
Member Avatar for Bijendra_1

<html> <body> <?php /* First method to create array. */ $numbers = array( 1, 2, 3, 4, 5); foreach( $numbers as $value ) { echo "Value is $value <br />"; } /* Second method to create array. */ $numbers[0] = "one"; $numbers[1] = "two"; $numbers[2] = "three"; $numbers[3] = "four"; …

Member Avatar for rubberman
0
152
Member Avatar for Latrell_vie

Hi ! I want to edit a wordpress theme and add an image to the header.php ( line 74 <a href="http://www.yourlinkhere.com"><img src="images/AJTFixPreisBanner.jpg"></a>) but i only get the image broken down sign when when i go online. Is it because i do not insert the picture with a php function ? …

Member Avatar for rubberman
0
493
Member Avatar for rpv_sen

Hi I am trying to populate textbox value based on releated textbox value like that of (Country and State) using dynamic row formate. I can able to populate a value for only first row, if i tried ti for second row its again overwrite the first row and also i …

Member Avatar for Lucifer_1
0
3K
Member Avatar for david_105

i think this site is broken cause 1 spent half an hour trying to post code one of the reason why i left stack over flow

Member Avatar for diafol
0
124
Member Avatar for charlie.kirk.140

**my table contains both urls(http://) and email addresses. Using PHP, I want to take different actions depending on the current record and dont have a clue. any advice? thanks**

Member Avatar for knarfs
0
171
Member Avatar for UI

Hi, Does anyone have a clue why I get the following error in my further following code ? Notice: Use of undefined constant RETURNTRANSFER - assumed 'RETURNTRANSFER' in C:\xampp\htdocs\test\curl.php on line 27 Warning: curl_setopt() expects parameter 2 to be integer, string given in C:\xampp\htdocs\test\curl.php on line 27 You are welcome …

Member Avatar for cereal
0
1K
Member Avatar for Bijendra_1

<html> <head> <title>demo</title> </head> </frameset cols="20%,80%><frame src="lifthtml"name"="lframe"/> </frameset cols="20%,80%><frame src="righthtml"name"="rframe"/> <frameset> </html>

Member Avatar for rproffitt
0
84
Member Avatar for UI

Guys, Have you seen those viral social network SHARING scripts or viral social network LIKING scripts or viral content locking scripts or viral contest scripts ? You know the ones that force you to LIKE or SHARE a webpage in order for you to unlock the remaining content of the …

Member Avatar for diafol
0
1K
Member Avatar for KaleBeatroot

hello everyone , i have follwoing table structure check_id(pk) | user_id(fk) | check_in_time( timestamp ) | check_out_time( timestamp ) | is_checked_out(0 or 1) | checked_by | family_id now i want to calculate average of all checkIn and checkOut of user per day and then plot these data in graph this …

0
247
Member Avatar for soph2602

Hi, i tried to install php project in localhost using xampp and encounter the error below. Please advise how to solve the issue. Thanks. A PHP Error was encountered Severity: 8192 Message: Function mcrypt_get_iv_size() is deprecated Filename: libraries/Encrypt.php Line Number: 338 A PHP Error was encountered Severity: 8192 Message: Function …

Member Avatar for cereal
0
975
Member Avatar for phphp

Good morning, On my localhost, suddenly all of my php files are looking like this format ![Untitled.png](/attachments/large/4/43b03260e4e4c57683ac54107768784e.png "align-center") What is this? Is it hacker attack? How to stop this action in future. Please help

Member Avatar for Josh Ross
0
403
Member Avatar for soph2602

Hi everyone, tried to send email from localhost using smtp mail function but unable to do so. The error is "Could not instantiate mail function. Mailer Error: Could not instantiate mail function." Appreciate if you could advise how to solve this issue? Thanks. require_once "PHPMailerAutoload.php"; $name = $row['name']; $email=$row['email']; echo …

Member Avatar for cereal
0
6K
Member Avatar for michael.dewitt.716

Hi everyone, i have a page that uses jquery ajax to get json from another page. However, instead of the ajax using sucess, it goes directly to error. I have a debug on the error to see what is the issue and i get "Parsing JSON Request failed." page 1.php …

Member Avatar for diafol
0
481
Member Avatar for UI

Good Weekend Folks! I have a question. I do not understand how php knows how to define this variable $value in the following example since it has not been declared. How does it know what that variable represents since no reference or pointer has been assigned to it ? Strange! …

Member Avatar for diafol
0
303

The End.