39,316 Topics

Member Avatar for
Member Avatar for offsense

Hi Guys, I got a problem with updating images in mysql database wih php form. It succesfully inserted the images into the database, but it can't do any updates/changse on the existing image record. Thanks [CODE] <? session_start(); include("database.php"); include("login.php"); $pro_id = $_POST['pro_id']; $pro_name = $_POST['pro_name']; $pro_cat = $_POST['pro_cat']; $pro_desc …

Member Avatar for offsense
0
133
Member Avatar for AJIMX

i have been having this error massage tying to do certain registration on Nigeria army website [url]www.nigeriaarmyms.org[/url], and i keep on getting this massage: "you have an error in your SQL syntax; check the manual that corresponds to your mySQL server version for the syntax to use near 'AZEEZ', surname= …

Member Avatar for SikoSoft
0
65
Member Avatar for muralibobby2015

hello.... my current url is [CODE] categories_name.php?cname=at&t rewritten url like this. carriers/at&t this is htaccess url. RewriteRule ^carriers/(.*)$ categories_name.php?cname=$1 [L][/CODE] above url is working for all like [CODE]categories_name.php?cname=all-tel[/CODE] when variable has '&' symbol then problem occuring. so how to write htaccess url?

Member Avatar for SikoSoft
0
96
Member Avatar for sjeggels

Can anyone please assist how to retrieve data for dropdown menu from database. I have dropdown menu in mysettings.php of login script v2. The array i am using retrieves the all contents from the database for selected dropdown menu but it does not retrieve the specific saved data selection (dropdown …

Member Avatar for SikoSoft
0
165
Member Avatar for liamfriel

Hello I was helping a fellow daniwebber and I noticed that I have no idea if it is possible and how the syntax works for it. Any help appreciated. example of how I think it works. [CODE] function retTrue(){ return true; } //code in if if(retTrue()){ //do some php } …

Member Avatar for SikoSoft
0
6K
Member Avatar for reanopp

Hi guys, We have a custom-written online invoicing system, written in PHP. Right now, it generates an HTML invoice (with CSS etc) and sends that to the clients as an HTML mail, but since a lot of mail clients regard it as spam, disable functionality and images, or just completely …

Member Avatar for abeltenny0210
0
930
Member Avatar for potatoe

Hello there, As described in my thread's title.. Here's the situation: On this CRM I am currently developing to migrate a desktop CRM. I have planned to separate the database for my core and still use the current desktop CRM database to prevent any more file size increase the CRM …

Member Avatar for james.newell
0
83
Member Avatar for jisnack

i need to upload images in imagegallery throuhg plugin in '/wp-content/images' folder. for that i need to set this path in 'Miscellaneous Settings' given in wordpress. if i give '/wp-content/images' there, all the images i upload in wordpress will be going tho this folder.. otherwise if i give the option …

Member Avatar for jisnack
0
141
Member Avatar for ajwei810192

Hi, It is kind of difficult to explain what I am trying to do here, I will provide the form here to give a better idea. <ul> <li>Select the type of your starting point of interest:<br/> <div id="start_menu"><form action="test_getrss.php" name="form1" method="post"> <span><input type="radio" value="Apartment" name="start" onclick="check(document.form1.start)"/> Apartment </span> <span><input type="radio" …

Member Avatar for ajwei810192
0
137
Member Avatar for Krstevski

Hello friends, I have a stupid problem, I can't find example or tutorial "How to embed mpp in HTML", so... Can anyone give me an example or code for this ? Thanks.

Member Avatar for chrishea
0
85
Member Avatar for haribo83

I have created a recordset to show the top 5 values in a database - this is then displayed as an include on a few pages. Is it possible to refresh these results every few seconds without having to refresh all of the page?

Member Avatar for sergb
0
133
Member Avatar for emhmk1

Hi Everyone, i have a query regarding checkboxes. i have got a 'check all' checkbox on my form but what i need is to uncheck all if the check all is not checked This is the check all script [CODE]function checkAll(field) { for (i = 0; i < field.length; i++) …

Member Avatar for scaiferw
0
129
Member Avatar for pentolanmenteng

Hi, im sort of trying to insert an array value as an argument, illustrated in the following code: [code] for($j=0;$j<count($number);$j++) { <input type='text' size='1' name='inputno' id='inputno$j' onchange='check_input(this.value, (i wanna get the value of $j here) )'>"; } [/code] any idea? thank you

Member Avatar for urtrivedi
0
86
Member Avatar for rabzzz

hi, in the below code i have made a variable $htmll, in my php file.In dat var i have stored the html code,in dat html code im writing some php code which in unable to execute....Kindly help me out to resolve it. Thanx.... [code=php] <?php $htmll=' <table align="centre" border="1" cellpadding="0" …

Member Avatar for diafol
0
157
Member Avatar for ben.matthews18

So when I plan to set up a register form on my site I need to know how to automatically assign an ID to the user once they press the 'Register' button. I guess I would be using this type of table setup; Table name: Users ID int 11 Email …

Member Avatar for coreyavis
0
111
Member Avatar for PaulMoore12

I create my code on my own machine and tested it on my own machine and everything worked perfectly fine but as soon as I uploaded it to my server it seems to have stopped working. None of the code has been changed except for the database user, pass and …

Member Avatar for PaulMoore12
0
418
Member Avatar for raju_boini525

hai all, i am working on shopping cart project, i need globalpay integration . i got the sample code and run in my localhost it shows me error this.[QUOTE]Warning: SoapClient::__construct() [function.SoapClient---construct]: I/O warning : failed to load external entity "https://certapia.globalpay.com/GlobalPay/transact.asmx?WSDL" in C:\wamp\www\exampls\PHP Web Service Sample (Credit Card) 4.0.0\PHP Web Service …

Member Avatar for raju_boini525
0
221
Member Avatar for greeneyesiq

I have a really big problem. I'm using a joomla platform to make a website and I cannot install any form module (something about synchronization)so I have to make the script from scratch. I created a form article with the action welcome.php, the question: where do i put the welcome.php …

Member Avatar for jwd.adodis
0
80
Member Avatar for gptArun

Hello everybody, I have to edit joomla left panel contents but didn't find code. how would do this? i chk administrator part where i cant change/add links. But not found code other than "<jdoc:include type="modules" name="left" style="rounded" />" in index file. somebody help me out !!

Member Avatar for jwd.adodis
0
88
Member Avatar for ghoststick

Hello. I'm wondering if anyone has knowledge or a code that will refresh a script without a full page load. Just a widget/box on a site. What I have is a script which displays random posts in wordpress. Just calls 5 posts from the database with a simple random call. …

Member Avatar for rajarajan2017
0
121
Member Avatar for jayesh4414

Download.php not working.. i was just making a download.php file which accepts the song_id from the url and fetch it from database.. example: download.php?id=111 this will download the song with id=111 from the database.. but the song is not being downloaded.. no response just blank screen. the details i am …

Member Avatar for jayesh4414
0
217
Member Avatar for Alexii

So I recently made a website, and I have two questions I need answering. The first is I have a form with multiple things in it (text fields, checkboxes and buttons). Now I want the form to check if the checkbox has been checked or not, and I have come …

Member Avatar for deleted1234
0
117
Member Avatar for RobotFX

So, I have 2-3 php scripts that I run as crons calling them using wget: [I]/usr/bin/wget -o /dev/null [url]http://example.com/cronrss.php[/url][/I] These files (cronrss.php) are getting copied in the example.com directory every time the cron runs, every new file having a new number (/home/example/cronrss.php1, ...cronrss.php2 etc) So, what could be the reason …

Member Avatar for RobotFX
0
163
Member Avatar for gymangel812

I'm trying to use php to validate my form. I would like to validate a product_name box for being not empty, a price box for being numeric and having a decimal, and a quantity box for being an integer. Right now I'm getting an error: Parse error: syntax error, unexpected …

Member Avatar for xylude
0
103
Member Avatar for saif hallak

hi i am coder i am selling games and code it simple of my work saifhallaq.freehostia.com that simple new ; casino[U]s[/U] fixed forums added max bet fixed casino faxed hard to rank not like all games 1day u have the last rank i can add new codes if you want …

-3
49
Member Avatar for veledrom

Hi, I have never use CMS before and want to learn. For a beginner, do you think Joomla would be easy for me to learn or Drupal? Thanks

Member Avatar for peter_budo
0
133
Member Avatar for andyherebi

DOES ANYONE KNOW A WORKING PLUG IN FOR WORDPRESS SIDE BAR ALTERNATING WITH DIFFERENT PAGE AND/OR POST? I FOUND IN THE SOME WORDPRESS SITE, BUT ANY OF THEN WORK PROPERLY, I TRIED TO CHANGE THE FUCNTION.PHP BUT STILL REMAINS THE THE SAME SIDEBAR... THANKS [CODE]<?php if ( function_exists('register_sidebar') ) register_sidebar(array('name'=>'sidebar1', …

Member Avatar for anthmaina
0
59
Member Avatar for nick3592

Hi, i am having a problem with a form where a user can enter there birthday when they register. In the database it does not show up, it only shows the default value 0000-00-00. I am using month, date and year in the form and i am wondering is there …

Member Avatar for JRM
0
132
Member Avatar for jhonnatas

hi guys! i need ur help because im noob at web programming.well.. i would like to insert formatted text (html) in the mysql database and retrive it to a page. do i have to save text with all tags? what is the best way to do that? example: i hav …

Member Avatar for jhonnatas
0
114
Member Avatar for sugikrish

Hi .......... I attached screen shot with this thread. is this possible for calculating these two values and display the same page. This values retrieve from database.

Member Avatar for rajarajan2017
0
99

The End.