39,316 Topics

Member Avatar for
Member Avatar for arxh

hi... i'm try to array into checkbox and dropdown box. this is my smarty array {foreach from=$job_types key=k item=i} <input type="checkbox" value="{$i.id}" /> {$k.type_name} {/foreach} this what i'm try to convert ... ( * => JobType Object ( [id] => 1 [var_name] => full_time [type_name] => Full Time [is_active] => …

Member Avatar for pritaeas
0
153
Member Avatar for Troy

This is a PHP script that allows javascript clients to request content they otherwise would not be able to. With the popularity of AJAX (using the XmlHttpRequest object in the browser), many developers are becoming aware of the cross-domain scripting limitation. This is a security feature that prevents client-side scripts …

Member Avatar for umakantp
0
6K
Member Avatar for Awah Mohamed

guys please , i am reay tired , i have downloaded the apatch serer httpd-2.0.63 and i dont know what i have to do more , i dont know what to do next , i have the file but it does not contain any installation file of folder , so …

Member Avatar for HemantPHP
-1
111
Member Avatar for niths

hi all, i had a table with image details.so wen i click on submit button that image details should insert into assignwork table.but that is not working. [CODE]<html> <body> <link rel="stylesheet" type="text/css" href="css/table.css"/> <form action="useajax.php" method="post"> <table align="center" id="customers" style="width: 90%"> <tr> <th>S.no</th> <th>Imageid</th> <th>Name</th> <th>Size</th> <th>Type</th> <th>Assigned to</th> </tr> …

Member Avatar for HemantPHP
0
86
Member Avatar for Ankit_Parmar

I want to use java Script Variable in PHP Code. For Ex... Var a=10; <?php Use JavaScript Variable.How ???? ?> How can I use this variale in php ??????????

Member Avatar for rajarajan2017
0
207
Member Avatar for Awah Mohamed

hello guys . Can someone tell me how to create a function in php that works whenever someone opens a page that does not exist and at the same time the code notifies me with the error . I have created one but it does not work for all pages …

Member Avatar for HemantPHP
0
58
Member Avatar for mel84

I need an url to point to specific page in CMS-controlled site - eg [url]www.mywebsite.com/example[/url] - how can i make the /example direct to the page? Tried inputting into the 'friendly url' box but no joy. Is it possible to do this within a CMS or will it have to …

Member Avatar for muralibobby2015
0
42
Member Avatar for ozman26

Hi Guys, I have a small problem which I cannot figure out, but taking my chances with you here. I have the same php script installed on my laptop and on a desktop. If it runs from the laptop, mail goes out and received. If I send it from the …

Member Avatar for tavvaforu
0
614
Member Avatar for baudday

Hi, I am busy working on a subscription site and am in need of some help. I don't have a merchant account and therefore cannot take credit cards directly. I see paypal has a service for $20 a month that allows you to take credit cards. I'm confused as to …

Member Avatar for baudday
0
120
Member Avatar for MooGeek

Hi guys, I've been trying to search for a complete PHP Private Messaging System that could possible be integrated into my website. No, I Don't want a Simple tutorial about it, I just need a Complete, Ready made Script. and also how to create pop3 accounts in my server using …

Member Avatar for rch1231
0
97
Member Avatar for Viruthagiri

Hello friends, I need to convert 15 million email contacts immediately. I have all the contacts in csv format. But my client needs it in vcard format. I've been searched all over the internet. I couldn't find a converter or script to convert csv file into vcard format. I found …

Member Avatar for d5e5
0
99
Member Avatar for jimdj

Hello I have apache2 installed on my linux box to design database driven and php site without haveing tobe connected to the net. my php is working fine but i am having problems with mysql. Keeps telling me that my security is not set high enough, being that i am …

0
55
Member Avatar for gptArun

Hello there, My question : It is possible to implement our customer php login in Oscommerce STS template ? I created simple login/logout forms but didn't work on all pages, it emptied session value. Regards, Arun Gupta

0
87
Member Avatar for achala87

Hi guys, Im running on PHP 5.3, Apache/2.2.12 (Win32 and SQL server 2008 using the sqlsrv driver 2.0. I have no problems connecting to my db instance using either Windows or server authentication as i Have enabled both. I use Windows auth for the application. I have enabled remote connections. …

0
73
Member Avatar for phaedrusGhost

Sorry, this should be in the AJAX section--- Hi all, I've seen sites that use some kind of AJAX validation when typing in an address. On top of this when the address is typed it runs a search and then asks if I meant the found address or the one …

Member Avatar for phaedrusGhost
0
104
Member Avatar for jens86

Hi, I need help you php master to solve a problem with this code to open new window when someone click. [CODE] <!--RSS FEED--> <?php if(function_exists('fetch_feed')) { include_once(ABSPATH.WPINC.'/feed.php'); $feed = fetch_feed('http://feeds.com/'); $limit = $feed->get_item_quantity(20); // specify number of items $items = $feed->get_items(0, $limit); // create an array of items } …

Member Avatar for jens86
0
616
Member Avatar for san_gwapo19

Hi Guys! I would just like to ask if there is a function in mysql or sqlyog where in i can create log files for our supply inventory system. I was thinking about creating a log table in the database but I'm quite curious if there could be a better …

0
73
Member Avatar for 68thorby68

I have read dozens of blogs, forum postings amd the PHP manual on this but do not seem to get an answer. my code [CODE php/javascript] $_SESSION['sessionname']=$variable; session_write_close(); echo "<script language='javascript'>"; echo "parent.location.reload(true)"; echo "</script>"; [/CODE] works well with chrome, as I can check the existence of the session for …

Member Avatar for 68thorby68
0
966
Member Avatar for 68thorby68

Hi, I have created a mysql database containing menu dishes for a restaurant. The idea is to store all dishes on the database whether the dish is being sold or has been sold in the past. Each dish (database row) has a simple indicator (yes/no) to determine if the row …

Member Avatar for 68thorby68
0
95
Member Avatar for NoID

Hello Guys, Here is the code that i have which works fine as it puts data to my database, but am not sure where or how to put it so then after the form has been completed i get an email to say that some one has completed the form …

Member Avatar for whiteyoh
0
135
Member Avatar for LRNPHP

Hi Everyone. Can someone assist me? I'm pulling data from a DB, If the first value is empty it should check the second one and if that is also empty assisgn value. Hope it's understandable. Regards [code] if(empty($veh_img)){ $galpic="image.gif"; }elseif(empty($disk_img)){ $galpic="image.gif"; }else{ $galpic="$disk_img"; } [/code]

Member Avatar for LRNPHP
0
121
Member Avatar for rahul_galgali

Hi everyone,I am developing the social networking type of website.I want to know suggestion from you people.. 1>I was planning like as we see on any social n/w site as "add as a frnd" so there are three issues related with this a>If i am on my profile then "add …

0
60
Member Avatar for Smudly

Hello, I've got a page that I've created that allows me to change multiple values in a row in my database. These values are all stored in a single row. I have input boxes for every one of the columns in my row. If a box is filled in, that …

0
65
Member Avatar for Smudly

I want to create a page that contains all sorts of Variables with values such as Prices, Name of Site, Rates, etc. I want to create an admin page, that allows the admin to easily edit the values inside this php file. How does this work without the variables being …

Member Avatar for rch1231
0
61
Member Avatar for Dartz654

When a user logs in, it redirects them to a page that prints their account name, thus showing that they are logged in. But if they leave the page and come back they get logged out, and if they refresh the page they get logged out. I don't know why …

Member Avatar for Dartz654
-1
144
Member Avatar for valonesal

Ok so I am working on setting up a zencart site. We purchased a slide show from flash den and we cannot figure out how to get it to show in zencart. We have tried all of the normal stuff and it doesnt seem to work. When we create a …

0
61
Member Avatar for whiteyoh

Hi All, im trying to find a way of checking a string to see if it contains a word held in an array. If it is in the array i would like it to be replaced with cencored. the code if been working with is [code] <?php $myString = "Hello, …

Member Avatar for blocblue
0
89
Member Avatar for debow

I have a dynamic drop down that allows me to select an item. That item is posted to a new page that I run a query against to build/populate my form that I'm wanting to update a column in. However the issue is after I hit my submit button it …

Member Avatar for debow
0
158
Member Avatar for jidesbey

Hello, I have build an html interface with a text area. I want a script that would let me search for text pasted there based on a database. how do I go about it

Member Avatar for diafol
0
46
Member Avatar for Onisutra

I currently have 12 files I've designed for database connect. I have 1 interface, 1 main class & 11 sub classes. File List: iDatabase.php Database.php mySQL_connect.php mySQL_close.php mySQL_error.php mySQL_errno.php mySQL_escape.php mySQL_query.php mySQL_array.php mySQL_row.php mySQL_assoc.php mySQL_num.php mySQL_id.php While I've gotten as far as creating all the class code & the interface, …

Member Avatar for diafol
0
134

The End.