Posts
 
Reputation
Joined
Last Seen
Ranked #364
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
71% Quality Score
Upvotes Received
37
Posts with Upvotes
30
Upvoting Members
20
Downvotes Received
15
Posts with Downvotes
11
Downvoting Members
11
6 Commented Posts
~74.6K People Reached
About Me

My name is Samuel, I am a website developer and Linux systems administrator from the United Kingdom.

Interests
Website Development, Systems Administration
PC Specs
Macbook Air, 4GB RAM, 128GB SSD, 1.3GHz Intel i5 Processor
Favorite Tags
Member Avatar for John_74

<?php $con = mysqli_connect("localhost","root","","register"); if (!$con) { die(' connection error: ' . mysql_error()); } $name=$_POST['name']; $fname=$_POST['fname']; $dob=$_POST['dob']; $address=$_POST['address']; $ph_no=$_POST['ph_no']; $email=$_POST['email']; $zip=$_POST['zip']; $phd_marks=$_POST['phd_marks']; $ph_out=$_POST['ph_out']; $ph_study=$_POST['ph_study']; $ms_marks=$_POST['ms_marks']; $ms_out=$_POST['ms_out']; $ms_study=$_POST['ms_study']; $ma_marks=$_POST['ma_marks']; $ma_out=$_POST['ma_out']; $ma_study=$_POST['ma_study']; $ba_marks=$_POST['ba_marks']; $ba_out=$_POST['ba_out']; $ba_study=$_POST['ba_study']; $fa_marks=$_POST['fa_marks']; $fa_out=$_POST['fa_out']; $fa_study=$_POST['fa_study']; $matric=$_POST['matric']; $matric_out=$_POST['matric_out']; $matric_study=$_POST['matric_study']; $exp=$_POST['exp']; $experience=$_POST['experience']; mysqli_select_db("register", $con); $sql="INSERT INTO cv (name, fname, dob, address, …

Member Avatar for pritaeas
0
16K
Member Avatar for pato wlmc

Well, right now i'm following a tutorial on game making for c++, but is this really the best programming language for video games? Also i'd like to know if can recommend me a book ( i've seen some book on amazon but i don't really know wich one to choose …

Member Avatar for Reverend Jim
0
10K
Member Avatar for jass0

hey, i dont know how this has happened, but while i was working on my mac, suddenly i lost all my data on screen. even my dock, time all the right side icons have disapperared. any idea how can i get it back ?

Member Avatar for steven.lsyan
0
199
Member Avatar for iamthwee

Hi guys, It gives me great pleasure to announce that I will be collaborating with fellow Daniwebber Veedeo in creating a fully baked, no nonsense CMS in Codeigniter. I will be overseeing the overall look and feel, PHP and jquery. I will need to discuss how the CMS is licensed …

Member Avatar for edbr
7
1K
Member Avatar for singhneeraj421

we have 10 mbps lease line in our office.we have replace one 24 port switch with onother 24 port switch due to lt became faulty.now we have two 24 port switch in our network.we have nearly 100 users.now during peak hour speed is very slow.even face book does not open …

Member Avatar for Hark
0
471
Member Avatar for iamthwee

So I just got a mac mini, hopefully it will last a good 5-10 years, I need mac os for adobe cloud, it is untouchable at the minute, otherwise I would have spec'ed a small mini box wiped it and put linux on. But meh yeosemite icons look and feel …

Member Avatar for RobertHDD
0
279
Member Avatar for Nathaniel10

Hello All, My old computer crashed. I installed XAMMP on my new computer. My old PHP files don't run. I learned that the reason is that register_globals feature has been deprecated and is now permanently Off by default. My old files were written in a 'register_globals=On' environment. I understand that …

Member Avatar for Nathaniel10
0
350
Member Avatar for UK-1991

Hello I have created an attendance system but client requested to include a new fucntion iin it. Like there if employe comes and time in after the set time its should count late for that day means on a table if it is late so it will show 1 and …

Member Avatar for UK-1991
1
703
Member Avatar for AVINASH_5

Iam using windows 8.1 and want to install mac os on my system. please help me a lot. i m new to os .

Member Avatar for BinaryDigit
0
207
Member Avatar for Abubakar sani
Member Avatar for ShouldAt3
0
134
Member Avatar for James_43

Hi everyone, Just after some general advice. I have developed a website that contains several news widgets that will eventually need updating. I am not too fussed about keeping a record of past news events, but that could be nice. Basically my question is, what is the best way to …

Member Avatar for mlesniak
0
195
Member Avatar for daz_omega

Hi, I have an unusual problem, I am developing within a wordpress environment and using a plugin. To futureproof the plugin I do not want to edit the code that is generated to include HTML tags, because when the plugin is updated it will overwrite my change. I am looking …

Member Avatar for gentlemedia
0
392
Member Avatar for ramsiva

$time1=implode(":",$timepick1); $time2=implode(":",$timepick2); Result is 11 : 10 :00 11 : 11 :00 Any body help me to remove white spaces I want result 11:10:00

Member Avatar for ramsiva
0
183
Member Avatar for ramsiva

Any body help me i am suffering from converting array to string Array ( [0] => 10 [1] => 40 [2] => 00 ) Array ( [0] => 10 [1] => 41 [2] => 00 ) I want convert to php $var1="10:40:00"; and $var2="10:41:00"; any body help me

Member Avatar for jkon
0
103
Member Avatar for Prog_1

i want to store input text box value into php variable without form submit and without using ajax,js,jquery etc., is it possible??

Member Avatar for jkon
0
203
Member Avatar for stokie-rich

Hi Guys hope your all well, I have found some code to create a quiz and this I have done, it was working a few weeks ago... but for some reason its now decied to stop working! When I run the page on my localhost I'm getting the following eorror …

Member Avatar for matrixdevuk
0
245
Member Avatar for chaitu11

I have a gallery in grid. For eg: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSegNVXMSnTRzHETnAjZXCd6siwHQysMXc_jp1OyiSDie2_9jhsIg Each row can cont max of 4 images. I have written while loop. i want to get the total count of images in each row For eg: row1 -> 4 (images) row2 -> 3 (images) <!-----------------------------------------------------------------------------> <div class="main_bg"> <div class="top_bg1"> <div …

Member Avatar for matrixdevuk
0
200
Member Avatar for anmol.raghuvanshi1

i have continued my developing my code on e-commerce website to grant the discount to client on basis of coupon code entered <?php /** * Consider and apply voucher codes * Types of voucher code * - = FIXED AMOUNT OFF * % = PERCENTAGE OFF * s = SET …

Member Avatar for matrixdevuk
0
342
Member Avatar for Budy_2

Hello everybody, I want to introduce my self, my name is Budy I want to learn in here from many of you :) Thanks

Member Avatar for abdurrashid
0
96
Member Avatar for mattyd

I have been cleaning up my server of useless files - I double-checked each file to make sure it was definitely unneeded, so nothing I removed is causing this issue. This is the bug; It involves a form: * I filled out a form and submitted it to the DB …

Member Avatar for diafol
0
257
Member Avatar for matrixdevuk

Hello. As you may know already, if you've visited the PHP section, certain users ask certain questions over and over; repeating themselves and not learning a single thing. I'd love it if DaniWeb could start silencing these users if they ask the same question more than once and don't listen. …

Member Avatar for diafol
0
417
Member Avatar for Djmann1013

I am having a problem with this code. I looked into the issue and found no answer. When I run this code I get this: `username1username2{"username":"Username1", "username":"Username2"}` Instead of the desired result: `{"username":"Username1", "username":"Username2"}` Here is the code: <?php error_reporting(E_ALL); ini_set('display_errors', '1'); $db = mysql_connect('localhost', '', ''); mysql_select_db("roblox"); $query = …

Member Avatar for matrixdevuk
0
131
Member Avatar for KingGold171

Hiya DaniWeb members, Before starting it's not basic $variables I need help with. I've been working on a project lately for a Minecraft Server website and this project will work alongside the MCMMO plugin. Most of it works but I would like some help/advise on how to turn $nextLevel = …

Member Avatar for jkon
0
205
Member Avatar for london-G

Hi Guys, I have this script to insert attribute values in the database. When I run it, only the first value of the array is inserted. Could someone help me? <?php require_once('./app/Mage.php'); Mage::app(); $arg_attribute = 'manufacturer'; $manufacturers = array('NW163UA G70-467','NW167UA G70-481','VM113UA G71-333','VR759UA G71-340','VM114UA G71-343','VM110UA G71-347','VM116UA G71-349','VR761UA G71-358','VR760UA G71-400'); $attr_model = …

Member Avatar for london-G
0
191
Member Avatar for mpc123

Hi I have a varible that is set at as a different value for each page this is called $mode. Currently I have succesfully set up a drop down menu that can filter the table and refresh the results based on that filter chosen, yet I need to call this …

Member Avatar for mpc123
0
217
Member Avatar for websponge

I have a select box that looks up values from my database, and then runs a jquery function to display the results, function is working fine, but some of the values in the database have spaces i.e "BT Global" the results are returning everything that starts with "BT" any help …

Member Avatar for almostbob
0
283
Member Avatar for mattyd

Hello. This is a multi-part question. I have researched each aspect of it before posting here, but I am posting this in case anyone may point out something I might have over-looked. * I am building a profanity filter to be used upon submission of a form - I assume, …

Member Avatar for almostbob
0
505
Member Avatar for AntonyRayan

Hi, I`m new to bootstrap. In bootstrap I have 6 tabs, for each tab i have two buttons like previous and next. , For first tab previous will be hidden, like that for final next button will be hidden, I took it from net. I want to save all the …

Member Avatar for diafol
0
154
Member Avatar for stutego

Hi everyone thanks for being here to helpout pls I've learnt alot about php but my problem is dat i need a basic foundation on how to use php in creating apps or cms and pls will also need a mentor who can helpout point some few things out when …

Member Avatar for davy_yg
0
219
Member Avatar for Niloofar24

Hello. I'm trying to create a simple CMS, and looking for a good tutorial, any idea?!

Member Avatar for davy_yg
0
672