39,393 Topics

Member Avatar for
Member Avatar for squeak24

Hey, I hope all is good in your World, and thank you for reading this. I am having a couple of issues with a bit of script, I struggling to see what is wrong. The script in question is: function date_diff($str_start, $str_end) { $defdate = $str_start ; $str_start = strtotime($str_start) …

Member Avatar for squeak24
0
604
Member Avatar for code_rum

Hi, I have imported a csv file but for some reason in some values the data after . is missing for e.g. If my value in csv is 0.5 it displays 0. and 5 went missing but in my csv file i have value as 0.5 I don't what step …

Member Avatar for code_rum
0
312
Member Avatar for Aadhya169

Hello Friends... How are you all ??? I need your help... I want to learn PHP so will you please tell me the best book to learn PHP from the beginning... Thank you in advance.. :)

Member Avatar for diafol
0
223
Member Avatar for rook0316

I have tried many different scripts I have found but cannot find one that does exactly what I am looking for. I have a table that has parts with multiple characteristics. Part Number, Height, Width, Capacity, Price, Etc. I would like to have a drop downs for all of these …

Member Avatar for pankaj12290
0
8K
Member Avatar for shweta.trivedi

How can i use voice inputing in php or HTML for all browser? i have used HTML 5 Speech Input,but it only supports Google Chrome browser.i want this functinality for all browse.is any one have solution for this?

Member Avatar for shweta.trivedi
0
161
Member Avatar for knutsford-soft

$header = "From: $From_Email\n"; $header .= "MIME-Version: 1.0\n"; $header .= "Content-Type: multipart/mixed; "; $header .= "boundary=$num\n"; $header .= "--$num\n"; # Define the message section $header .= "Content-Type: text/html\n"; $header .= "Content-Transfer-Encoding:8bit\n\n"; $header .= "$strMail\n"; $header .= "--$num\n"; # Define the attachment section $header .= "Content-Type: image/jpg; "; $header .= "name=\"Photo.jpg\"\n"; …

Member Avatar for knutsford-soft
0
171
Member Avatar for winbala5

Hi all, I want to share one link to tumblr and also i want to calculte the number of views, likes, posts, shares, followers. How i need to get this all give me any reference or possible ways tel to me.

Member Avatar for winbala5
0
202
Member Avatar for Dani

When testing a CAPTCHA, is it recommended to test that the IP address used to request the CAPTCHA is the same as that used to answer the CAPTCHA?? Is it a concern for people that have dynamic IP addresses that potentially could change pageview-to-pageview?

Member Avatar for LastMitch
0
103
Member Avatar for Nathyjoy

i need free online training on php, or any available book that can help anybody can help

Member Avatar for jalpesh_007
0
293
Member Avatar for ca_linddha

i try to create a Social Media Website, but i got some problem with my Update_Profil.. any body help me?? i thing $_SESSION doesn't work here or may be there is a mistake in my script.. --> i Success registered, then i logged in my account, but after this i …

Member Avatar for LastMitch
0
121
Member Avatar for joshi_6in

Dear sir or madam, I am Joshi Thomas, currently working as a system analyst with INSEAD Business School, Singapore. I have 8 years of work experience in developing and implementing Content Management Systems (CMS), Engineering Procurement Commissioning business systems (EPC), Commercial web applications, multilingual sites and SEO enabled websites using …

Member Avatar for joshi_6in
0
282
Member Avatar for pravaut

hi first time posting here but have learned a lot from this site my problem is my script display html tags here is what dispalys when i run my script ![431832741e23dc48f183316772bc6daf](/attachments/large/4/431832741e23dc48f183316772bc6daf.PNG "431832741e23dc48f183316772bc6daf") and my code as follows </div> <div> <button type="button" name="getdata" id="getdata">Get Data</button> </div> <div id="result_table"></div> <script type="text/javascript" language="javascript" …

Member Avatar for pravaut
0
608
Member Avatar for GlenRogers

Hi I take data from a html form to inseert to mysql, sometimes that data has single and double quotes in it. How do you get the quotes to be part of the string so i can add to mysql. Hers what I have, but this still gives me a …

Member Avatar for diafol
0
405
Member Avatar for Dani

How can I split a string by word? When I do `$words = preg_split('/\b\w+\b/', $message);` then the resulting array has the correct number of keys, but the array values are all blank?

Member Avatar for pritaeas
0
209
Member Avatar for henrimma

Im using a form which i create in PHP. First im getting two rows from the DB which i submit values to them using the form . Im using the same form for both of them. The values go into the DB ok but after some clicks the first row …

Member Avatar for chrishea
0
160
Member Avatar for abpierluissi

ok i have some code and i need to find out how to do a few things, first of all, i cant post it on here cause for some reason the snippet are wrong and im not sure how to go about swappin everything out so im going to post …

Member Avatar for The Diamonds
0
307
Member Avatar for irfath

Hello Guys! I need A help for Auto email Generation when A form is submitted. A email Should Send to the web site Admin or wotever from Who filled the form, Form Filled Details! Please Help Me I Tried Many Ways but Still couldnt.. Please Help. and form details are …

Member Avatar for irfath
0
209
Member Avatar for jLamp

Once, I've stoped Apache in XAMPP by using XAMPP Control Panel. Then, I've tried to start Apache. But it isn't starting. I've already closed Skype, TeamWeaver. :( Help me guys. I've to take so many backups in phpmyadmin :(

Member Avatar for veedeoo
0
317
Member Avatar for klemme

Hi all, I have a function which sends html emails, and inserts an image inline in the body of the email, whereever I want it to be. So far so good.. My question is, how can I insert all the images I want in the email, not just one? The …

Member Avatar for radhakrishna.p
0
247
Member Avatar for sheshagirig

Hi learned colleagues, I have application developed in php which has many ajax functions using GET method. All that is working very well. Now i wanted to put this in https- note the s. so far it was in http protocol. Will it work fine in HTTPS protocol? regards

Member Avatar for sheshagirig
0
169
Member Avatar for Gen.Asura

Hi i'm practising in creating an android application where a user can store records into an external database (my local server in myphpadmin). I can store records into the the database just fine but I wish to prevent the same information being entered twice. I wish for my system to …

Member Avatar for rubberman
0
147
Member Avatar for mallows.yum

Hi all!! i have here a code. What i want to happen is when i tick a radio button or checkbox, that will be the one displayed in the next form to be edited or deleted. <html> <head> <title>Export to Excel</title> </head> <body> <form method="post" > <?php define ('DB_NAME', 'vincegac_vince'); …

Member Avatar for mallows.yum
0
244
Member Avatar for dourvas

hallo there, i ve build a very small cms that a user can install to a web server (apache). Its about school pages. I am writing this piece of info because i have tested it enough and it had been and still is working fine for several users. Yestarday, a …

Member Avatar for Tpojka
0
174
Member Avatar for Nilands55s

I am new to PHPBB so I need some help finding things I have spambot counter measusers set tho 3d but still get spam. I am not sure if I have email verification on and the directions from PHPBB say turn this on but not what menu it is under. …

Member Avatar for Dani
0
73
Member Avatar for ditty

Hi I am using speed host server for my website. when i use mail function it not supporting html format. but for text mail there is no problem. but i used the same code with domainz hosting, everything is working fyne both html and text. But in speedhost when i …

Member Avatar for Webville312
0
241
Member Avatar for mpc123

Hi I have this working for the query to output the result but the if zero results echo is not working, and I cnat see why, if anyone can help please, there is no error that comes up and to test there is nothing in the database table, it works …

Member Avatar for mpc123
0
121
Member Avatar for jhonsamuel

hello, i'm using this pagination script and it works smoothly , but i want to display products when i pressed my category menu(php created), this is the code ,i'm trying configure pagination with my category menu, but it's not working. please help me. i'm newbie in php. <?php include('connect.php'); if(isset($_GET['category'])) …

Member Avatar for diafol
0
305
Member Avatar for aadebayo

Hello Please can any one help me? I want to export from mysql to pdf, using PHP and FPDF. Please can some one tell me how to export, using the following format [B]Firstname Lastname Address Town Post Code[/B] The code below will only do it in this format [B]Firstname Lastname …

Member Avatar for eaton9999
0
2K
Member Avatar for engr_pir

Hello every one, This is my first article this this forum hope it will be much helpful for me and other also. I'm gonna build a wordpress site with two languages **English** and **Arabic**. My Cliend doesn't want to be used some sort of plugins like **qTranslate**, **Multilingual** ets, to …

Member Avatar for engr_pir
0
334
Member Avatar for shashikant40

I am using postgres and stackbuilder , which install postgres,apache,and php togather. Now i want to fill a square image with 4 different colors. How to do it.

Member Avatar for Squidge
0
158

The End.