39,316 Topics

Member Avatar for
Member Avatar for anthonywillss

I want to make my own website. I would like to outsource one web application project. so can u suggest me which factor decrease my total cost?

Member Avatar for OmniX
0
64
Member Avatar for swolll

I know C++, but want to be able to code web sites, web applications, and maybe iPhone apps. I've heard that PHP and ruby on rails are good to learn. I also know there is an iPhone app language/SDK I could get my hands on. What languages and in what …

Member Avatar for OmniX
0
40
Member Avatar for OmniX

Hi I have page A text, that I wish to have entered into page B text fields. The usual procedure to transfer data between pages are sessions. But for argument sake I am denied the access of sessions how else am I able to automatically enter the text and submit …

Member Avatar for OmniX
0
88
Member Avatar for fuchsia555

hi how can we minus 15 pixel from bottom height in fitting for create thumbnails from original image in this code ? i mean how can tell php that capture from original image the ( all width ) and ( all height - 15 pixel from bottom ) [CODE] # …

Member Avatar for fuchsia555
0
256
Member Avatar for thosecars82

Hello guys This is driving me mad. I would really appreciate if you told me any idea about why I see this square in red color just in my local xampp installation. If I run the code in the remote server ([url]http://www.arreglaordenador.com/numberimage2.php[/url]) I see the square in black color instead …

Member Avatar for diafol
0
65
Member Avatar for sanishan

Hi! i want to send 10,000 email to my users i have shared web hosting. i think i have only this solution. i want a simple php coding. if some one visit at my site an email automatically send from database list. i have a mysql table -------------------------------- | ID …

Member Avatar for sanishan
0
82
Member Avatar for whitestream6

This is the code for my TV guide website (stored on localhost)'s articles in PHP: [CODE] <?php //connect to mysql //change user and password to your mySQL name and password mysql_connect("localhost","root","PASSWORDREMOVED"); //select which database you want to edit mysql_select_db("tvguide"); //select the table $result = mysql_query("select * from epdata"); //grab all …

Member Avatar for whitestream6
0
135
Member Avatar for whitestream6

This is an included file on one of my PHP sites on localhost: [CODE] <? //connect to mysql //change user and password to your mySQL name and password mysql_connect("localhost","root","PASSWORDDELETED"); //select which database you want to edit mysql_select_db("myradiostation1"); //select the table $result = mysql_query("select * from presenters"); //grab all the content …

Member Avatar for diafol
0
132
Member Avatar for veledrom

Hi, I have two classes. I user [inlinecode]throw new Exception("Error");[/inlinecode] in first class. I want to catch that error message in second class with "try catch". How do i do it? Thanks

Member Avatar for veledrom
0
142
Member Avatar for JRM

I have found Javascript to be the most difficult language to find useful and CORRECT info on. Afterr working for several hours looking at various sites, I'm still somewhat stumped. All I know at this point is that these is a difference in the array formatting between PHP and JS. …

Member Avatar for JRM
0
302
Member Avatar for bigjoke

Anyone has any idea how i can look inside my arrays for diagonistics purposes. I am using tail.exe on vista currently for general debugging purposes. regards.

Member Avatar for bigjoke
0
72
Member Avatar for lvshankar

We're trying to have PayPal Express Checkout payment for a shopping cart (for a live website). Once the Authorization is completed, we are able to retrieve the Shipping information [I]GetExpressCheckout[/I] from the Buyer account (we've successfully tested this on sandbox). However, is there any 'billing information' that we can get …

0
67
Member Avatar for sethm

I am trying to get my date that people enter into a form from mm/dd/yyyy to input it into the database. I can't seem to get this to work, I guess I only know enough to hang myself, what would someone use to get this to function properly? I've been …

Member Avatar for sethm
0
163
Member Avatar for bigjoke

Here is an extracted code from my php file. Basically what i want to do now is put the results fetched while in a WHILE loop into an array, lets call it $array99. HOWW??? i am totally stumped here. Just so you can understand the logic of the program(its irrelevant …

Member Avatar for me655321
0
59
Member Avatar for oluwafisayo

[code=php] < ?php // take in the id of a director and return his/her full name function get_director($director_id) { global $db; $query = ‘SELECT people_fullname FROM people WHERE people_id = ‘ . $director_id; $result = mysql_query($query, $db) or die(mysql_error($db)); $row = mysql_fetch_assoc($result); extract($row); return $people_fullname; } // take in the …

Member Avatar for SHARMA1
0
234
Member Avatar for fumnimda

i want to setup an online shop with drupal. how good is drupal in this issue? can you introduce some online shop with drupal? if it is not good,so what is your suggestion? it would be better to suggest open source CMSs.

0
49
Member Avatar for jhansiads.com
Member Avatar for network18
0
55
Member Avatar for benkyma

I'm trying to retrieve values from a database and encode them as JSON for another script to grab. I'm doing this like this: [CODE]for($i=0; $i<7; $i++) { $nextDay = $i+1; $startDateTime = date("Y-m-d H:i:s", strtotime("-$i days")); $endDateTime = date("Y-m-d H:i:s", strtotime("-$nextDay days")); $query = "select count(*) as cnt from app_instances …

Member Avatar for network18
0
104
Member Avatar for sam023

i m using .htaccess file for that i have to change AllowoverRide from none to all...!! i just want to know does it can effect security of appache server..??

Member Avatar for Atli
0
102
Member Avatar for cwarn23

Recently I have installed php 5.3 on a pc and just like many posts on this forum have been saying the latest version of php does not guarantee 100% backwards compatibility. Especially for some oop parameters where the symbol "&" needs to be used before the variable at specific points …

Member Avatar for Atli
2
152
Member Avatar for jino

Hi all, I am using codeigniter. I want to generate dynamically the contents of the textarea of the tinyMce. Is there any plugin for generating the content something like smarty. Thanks in advance. Jino

Member Avatar for jino
0
108
Member Avatar for veledrom

Hi, I need a php editor where i can see what variables, class names, function names are already in use and if it is possible (not necessary) debugger. WinXP: ? Ubuntu: ? What editor do you suggest me? Thanks in advance

Member Avatar for Atli
0
65
Member Avatar for fridge2305

Hi Everyone, I would appreciate it if someone could have a look at this short mysqli script and tell my why I am getting this parse error: Parse error: syntax error, unexpected T_VARIABLE in /home/james230/public_html/xampp/htdocs/lesson1/login.php on line 10 I had this set up as mysql and it works perfectly, but …

Member Avatar for bigjoke
0
157
Member Avatar for dhrider

Hey. I'm new to php and I have been looking everywhere for info on how to take information from my sql table field and put it into a html form list.

Member Avatar for diafol
0
150
Member Avatar for --Fire--

I am using a NBBS server, PHP based. I am not sure this is the right sub- forum to ask or not but anyways. I go to ACP --> Skins --> Import Skins It takes me to a skin archive page having 6 skins. It doesn't show me an option …

0
70
Member Avatar for pkrdimos

Hi. I am new both in daniweb and as a web programmer (university student) and I'd really like some help, if possible, with a shopping cart I've been developing for a lesson/project of mine. The error I get is: Parse error: syntax error, unexpected '{' in C:\Apache_PHP_MySQL\xampp\htdocs\site\basket.php on line 135. …

Member Avatar for pkrdimos
0
143
Member Avatar for onaclov2000

I'm really not sure if this is the place for this, but I guess I don't see any OpenID or SVN forums...LOL I'm having a heck of a time finding this stuff, but basically what I'm looking to do, is if I try to go to my SVN page, I …

Member Avatar for onaclov2000
0
143
Member Avatar for liamfriel

Hello All, I got an email like this: [QUOTE]Details: Your site is hacked lock hear (mafiaradio.is-a-chef.net) Resolved: (213.175.205.68)and lock hear [url]http://mafiaradio.is-a-chef.net:8000/[/url] u will see your site is hacked ! clean your root and change your users password !![/QUOTE] I checked the url and it was indeed our site - I …

Member Avatar for liamfriel
0
98
Member Avatar for Niccloud

I was wondering for my school major web project. I have seen from some websites that they have created a floating window on a webpage. I was wondering if anyone had any suggestions on how I can go about doing it.

Member Avatar for diafol
0
72
Member Avatar for whitestream6

I get these errors in a script of mine: [CODE]Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\www\vhosts\myradiostation\test.php on line 13[/CODE] and my original page (included in another page): [CODE] <?php //connect to mysql //change user and password to your mySQL name and password mysql_connect("localhost","root","PASSWORDREMOVED"); //select …

Member Avatar for DW Master
0
179

The End.