39,316 Topics

Member Avatar for
Member Avatar for nonshatter

Hey guys, Apologies if this is posted in the wrong place, but couldn't find a suitable forum. Basically I'm making a website for a musician, and was contemplating using WordPress to allow him to be able to manage his own updates, as well as update his image gallery, new videos …

Member Avatar for digital-ether
0
87
Member Avatar for notmasteryet

Can someone please help me get a simple working form to work on my site.

Member Avatar for 84hd0ns
0
92
Member Avatar for kirtan_thakkar

I have a database in a text file. I want to add the database from it to my MySQL database. I am new to php so i want the code of it and please explain if you can because it will help to increase my php knowledge. And after adding …

Member Avatar for muralibobby2015
0
107
Member Avatar for ajuas

In some large PHP ecommerce websites creating dynamic meta and title tags on each page is really difficult. Is there any PHP code which can call a function and retrieve data from database to fill the title and meta by comparing the url of the page.

Member Avatar for umandajayo
0
127
Member Avatar for hongchai

hi everybody, i encounter a problem regarding PHP when i am doing my internship. i have a javascript which looks like this. <Script Language = "JavaScript"> function sent() { var text1, fTxt,dT; text1 = document.form1.EPTextField.value; dT = new Date(); fTxt =("You entered" + ": " + text1 + " " …

Member Avatar for umandajayo
0
228
Member Avatar for make11

Hi all, I'm sorry my bad english. I have a problem with my calendar. How I can mark in a date cell half day booked? Which is better image from mysql or do in php code. Have anybody there any example or could you show me how to do? I …

Member Avatar for make11
0
65
Member Avatar for paulthepainter

I want to display some stand alone web pages from my server in a single web page when requested by the user. The pages are listed by topic. I thought it would be simple to use the include_once function and then use ($url) for the path to the file, but …

Member Avatar for rajarajan2017
0
759
Member Avatar for bjeffries

I'm trying to piece together an email order form. This form has a few different aspects to it. I am getting an error on my for proces, conf_order.php. Here is my form on order.php I dont think there are any issues on this page.. [CODE]<form method="post" action="conf_order.php"> <?php <input type="hidden" …

Member Avatar for bjeffries
0
183
Member Avatar for Kadafiz

im trying to develop a search form. my target is when someone select date attribute on combo box he want to get calender to enter date for search form. can anyone help me... thnxx..

Member Avatar for Kadafiz
0
95
Member Avatar for tejasluvs

I want a PHP cron script to be set up with cPanel cron jobs that would take backup of MySQL database. Regards,

Member Avatar for tejasluvs
0
489
Member Avatar for vizz

I have problem with reading email. While reading email from server it prints some like, " --0016e6434b7e7427ab0489da3bab Content-Type: text/plain; charset=ISO-8859-1 this is just test " And the actually message body of mail is "this is test" What's the problem ? Please help THANKS.

Member Avatar for vizz
0
101
Member Avatar for Charls Frdinand

Hello guys! I'm trying to make a script for a school website, so the principal can send mails to all of his students, teachers or other admins, it should be very simple but the page just keep coming blank or sending me syntax errors. Right now it's showing the following …

Member Avatar for Charls Frdinand
0
138
Member Avatar for bjeffries

I have a form and at the bottom it asks if you want a shirt? it gives you a yes and a no radio button to choose. If the user selects yes I want a jump menu to display with shirt sizes, if they select no I want it to …

Member Avatar for bjeffries
0
110
Member Avatar for neenakitty

Hi, Right now i am working on alternative ways to open links in websites. Just check this plugin for firefox - https://addons.mozilla.org/en-US/firefox/addon/879/ .. Try that plugin. You can see numbers attached to each link on a site. What i need is a similiar functionality, but without the plugin. Instead i …

0
91
Member Avatar for jeeter19

Hi, I'm trying to send a MySQL query string from a C# application to a PhP submission page via POST. The problem I am receiving is when I try to use the WHERE clause it hangs up at the string I'm trying to compare to. [B]The Query[/B] SELECT * FROM …

Member Avatar for pulketo
0
145
Member Avatar for stilliard

Hi, Im currently building a script to monitor / check on my sites and report back to me with their availability, HTTP Status Codes, and importantly here, the PAGE LOAD TIME. Im currently doing this with curl requests, and this works for getting status's, and finding out many other things …

Member Avatar for stilliard
0
193
Member Avatar for raju_boini525

hi all, i am working on a project. my project needs videos tv( Playing videos flash player). my reference site is [URL="http://www.zooweekly.com.au/zootube/index.htm"]http://www.zooweekly.com.au/zootube/index.htm[/URL]. I need that type of flash player. is it passible to do it. can you guide me plz...

Member Avatar for diafol
0
157
Member Avatar for bjeffries

Ok, so I have tried probably 5 different pagination tutorials online and none of them are working out for me. So I am stuck on this last tutorial and cannot get it to work. So I am hoping someone on here can help me out. First I have an include …

Member Avatar for bjeffries
0
241
Member Avatar for sadeeshero
Member Avatar for iWalletMobile

Does anyone know how I would go about scripting one of these? Any point in the right direction would be amazing. Going to use it for when people visit my website, they put there phone number in (cell) and get sent a SMS verification code and they confirm the number …

Member Avatar for chrishea
0
251
Member Avatar for wish02
Member Avatar for wish02
0
96
Member Avatar for dan_t

Ok, Here is my error. Fatal error: Using $this when not in object context Here is the code. [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <!-- <hs:metatags> --> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="description" content="Free online dating and matchmaking for singles"> <meta name="keywords" content="dating service,on-line dating service,mate,partner,women,man,love,free on-line …

Member Avatar for dan_t
0
141
Member Avatar for Xufyan

Hello Everyone, I know that , The do...while statement will always execute the block of code once, it will then check the condition, and repeat the loop while the condition is true. but when i am running this code [CODE] <?php $num = 1; do { $num++; echo $num; } …

Member Avatar for diafol
0
165
Member Avatar for veledrom

Hi, I have a php script that runs on serverX(Reader Server) to read files that are in serverY(Source Server) to copy them one by one into a particular folder in serverX(Reader Server). Reader Server: host: 192.168.10.1 uid: root psw: 123123 whereToCopy: /var/www/html/store_here Source Server: host: 192.168.10.2 uid: root psw: 123123 …

Member Avatar for veledrom
0
61
Member Avatar for overwise

ok, I don't really understand what's going on whit this... i'm making this site where user may log in. when he log in, php code set the cookies and redirect user on his account. account page (account.php) recognizes him with this code: [CODE]<?php include "conn.php"; if(isset($_COOKIE['ID_my_site'])) { $name = $_COOKIE['ID_my_site']; …

Member Avatar for overwise
0
75
Member Avatar for tejasluvs

There is an invoice preview webpage. I want to set header and footer information off while printing it. I know we can edit the page setup settings. But I wanted to know if we can do something without changing the default page setup settings. With default setting inside page setup, …

Member Avatar for macneato
0
97
Member Avatar for dhanapal86mca

Can anyone tell me what is the difference between scripting language and high level language

Member Avatar for rajarajan2017
0
80
Member Avatar for rukshilag

Hi so i have a search box of a student database. and when searched the results are displayed in a tabular form. i first used window.print to just print out the search results div if the users want some sort of a report. but when using window.print the css is …

Member Avatar for NGOBOLA
0
106
Member Avatar for kidanr

Hi, I have an issue that I think you could help me with. I would like to make so that when I select something in my select box (my main category) a sub category for that will appear based on my selection in the main category. I assume you would …

Member Avatar for kidanr
0
173
Member Avatar for QWaz

Hi, I am trying to display results from a MySQL database, in a block. Basically, I am trying to achieve: - all the same brand to display in line with each other. - Then this to be repeated for as however many brands their are. However, Each brand has X …

Member Avatar for cwarn23
0
68

The End.