programming help
Search Only:

Search Keyword sencha mysql example

Total: 40 results found.

Page 1 of 2
I have a query that works fine when run directly in phpMyAdmin, but when run from the php template doesnt give any results. The example query below should return this article: "Battle for ...
Hi all, I am trying to internationalize my website for asian and european countries. I have php 4.3.6 and mysql 4.1.1-alpha on redhat linux. I can display utf8 directly from php webpages, ...
Seems to be a common beginner issue, but I cant figure it out to save my life. I have read every thread before posting this question. Solutions supplied in other threads are all over the place ...
Is there anywhere that I can view examples of using PHP to connect to a MySql table and extract information. I just want my website users to be able to extract from the whole table,census, ...
Hello (: Im having trouble trying to say submitting information on a website, submitting, and then executing it into the mysql database. My example is, I have a country field in my ...
I have been playing with this a while now, and tried a few examples on the net with no luck. Can anyone point out where Im going wrong. When I submit I only get a blank page. Am able to ...
I have a mysql database containing information about photos. Each row is something like so: Location|Photographer|Subject|Caption How do I most efficiently single out a particular column ...
Im developing something that will be my first experience with php+mysql used in a somewhat high traffic setting. I am looking at my code and thinking it might not hold up with high traffic.  ...
Lets say a multiple table query is ran $info=mysql_fetch_assoc(mysql_query(SELECT blah.deleted,blah2.deleted FROM blah INNER JOIN blah2 ON blah.whocares=blah2.noone)); How would you ...
I would like to use OOP principals in my php project. However, it seems that as i am developing my modules, its becoming very linear... I want to know how i can use OOP and mysql together. ...
Hi, Ive got two date field in my db, one is startdate other is enddate. example: $start = "2005-07-30"; $end = "2005-08-06"; thats y/m/d what i want ...
Greetings, I am using mysql_fetch_array() in conjunction with a for loop to write a CSV file with all of a single tables data. My problem is that the function is returning an array with a ...
Im using IIS and PHP, both are working correctly, for example if y type PHP Code:  $i = 0;  while ($i<5)   it ...
Hey Everyone, I have this code running but I was wanting to set a predefined "selected" id so as when it printed out the pulldown data from the database, it would be selected. Example, ...
I have looked around and cant an answer to my solution, so I turned to you guys for help. I am trying to learn how to validate a user with MySQL database. For example, I have put a username ...
I read the required posts and searched, yet couldnt find any similar questions close enough to my question, so here goes... Ive been handed the task of writing a survey app in PHP/MySQL ...
hi i know that this is probably a redundant post, and i have even scoured all of this site looking fo an example or something here is my code PHP Code: <form name=combo>  ...
Can anyone help with a regular expression to extract the table names and the number of rows in each from the output of a SQL file produced by MySQLDump? Im using this to verify the output from ...
Alright, its late and Im a bit fuzzy but Ill try to explain my problem. Ive got a table in mysql that contains many testimonies. There are roughly 7 column in this table. Name, Age, Location, ...
Hello everyone, I am at the moment trying to put together a small php chat script and am trying to put in an ignore feature. At the moment i have a checkbox next to every persons name  ...
<< Start < Prev 1 2 Next > End >>