On 05/02/2012 02:36 PM, Haluk Karamete wrote:
This is my code and the output is right after that...
$PDate = $row['PDate'];
//row is tapping into ms-sql date field.
//and the ms-sql data field has a value like this for the PDate;
//07/12/2001
$PDate = $PDate->date;
echo "[", $PDate , "]";
echo "
On 5/2/2012 4:28 PM, Duken Marga wrote:
But I don't see any attachments in this message.
This was in the first email of this thread.
I can easily extract data from the database. However, if I try to enter
data, it goes into the incorrect record. Following are some screenshots.
The program i
Hi List,
I am trying to write a crawler to go through web pages at
http://www.freebookspot.es/CompactDefault.aspx?Keyword=. But I am not
quite familiar with how asp uses _doPostBack function with the "next"
button below the book list to advance to the next page. I hope someone
who knows ASP well c
It is a good habbit to write the core code just for inserting/retrieving
data from database. It will reduce much of your code complexity. When you
see your code is working, you can continue to embed it with your visual
front-end or with your filter.
On Thu, May 3, 2012 at 4:43 AM, Ethan Rosenberg
But I don't see any attachments in this message.
On Thu, May 3, 2012 at 2:28 AM, Jim Lucas wrote:
> I do believe attachments are allowed. Looking back, I see that there have
> been messages sent to the list that had odt, php, and ini attachments
>
>
> On 05/02/2012 12:12 PM, Gavin Chalkley wrot
On Wed, May 2, 2012 at 11:43 PM, Ethan Rosenberg wrote:
> Dear list -
>
> Sorry for the attachment. Here are code snippets ---
Ethan,
I don't want to sound rude, but it appears to me you don't have any
understanding of what you're doing. It might help if you understand
what the code is doing...
On Wed, May 2, 2012 at 11:36 PM, Haluk Karamete wrote:
> This is my code and the output is right after that...
>
> $PDate = $row['PDate'];
> //row is tapping into ms-sql date field.
> //and the ms-sql data field has a value like this for the PDate;
> //07/12/2001
> $PDate = $PDate->date;
> echo "[
I noticed the use of SQL concatenation like:
$allowed_fields = array
( 'Site' =>$_POST['Site'], 'MedRec' => $_POST['MedRec'], 'Fname' =>
$_POST['Fname'], 'Lname' => $_POST['Lname'] ,
'Phone' => $_POST['Phone'] , 'Sex' => $_POST['Sex'] , 'Height' =>
$_POST['Height'] );
if(emp
Dear list -
Sorry for the attachment. Here are code snippets ---
GET THE DATA FROM INTAKE3:
function handle_data()
{
global $cxn;
$query = "select * from Intake3 where 1";
if(isset($_Request['Sex'])&& trim($_POST['Sex']) != '' )
{
if ($_REQUE
This is my code and the output is right after that...
$PDate = $row['PDate'];
//row is tapping into ms-sql date field.
//and the ms-sql data field has a value like this for the PDate;
//07/12/2001
$PDate = $PDate->date;
echo "[", $PDate , "]";
echo "[", var_dump($row['PDate']) , "]";
echo "[", ser
Hi, sorry, I forgot to include the class definition:
class GeneratedFiltersTest extends PHPUnit_Framework_Testcase {
function testUnconfiguredFilter() {
$matcher = array(
'tag' => 'ul',
'children' => array(
'count' => 3,
'only' => array('tag' => 'li')
Dear Ethan,
It would be useful to see what code you are using.
The syntax is:
UPDATE table_name
SET column1=value, column2=value2,...
WHERE some_column=some_value
The data that you are required to enter is for Intake3. I am assuming that
the only change is the History and/or Phone that you nee
I do believe attachments are allowed. Looking back, I see that there
have been messages sent to the list that had odt, php, and ini attachments
On 05/02/2012 12:12 PM, Gavin Chalkley wrote:
Ethan,
Some coding you are using would be helpful (as far as i am aware attachments
are not support on
On 05/02/2012 10:55 AM, Michael Otteneder wrote:
Hi List!
I'm trying to use phpUnit's AssertTag function to make sure that some html
code contains an ul element with exactly li items in it.
My test looks like this:
function testUnconfiguredFilter() {
$matcher = array(
'tag' => 'ul',
'child
Ethan,
Some coding you are using would be helpful (as far as i am aware attachments
are not support on the mailing list's)
Gav
-Original Message-
From: Ethan Rosenberg [mailto:eth...@earthlink.net]
Sent: 02 May 2012 19:54
To: php-db-lists.php.net; php-general@lists.php.net
Subject: [PHP
have a database
mysql> describe Intake3;
++-+--+-+-+---+
| Field | Type| Null | Key | Default | Extra |
++-+--+-+-+---+
| Site | varchar(6) | NO | PRI | | |
| MedRec | int(6) | NO |
Hi List!
I'm trying to use phpUnit's AssertTag function to make sure that some html
code contains an ul element with exactly li items in it.
My test looks like this:
function testUnconfiguredFilter() {
$matcher = array(
'tag' => 'ul',
'children' => array(
'count' => 3,
'only' => array('tag' =>
Hi all,
I try to get the content from the following rss feed
http://www.adafruit.com/blog/feed/
I want to store it in a database in order to use it for a school assignment.
If i look in my browser to the feed then i see content and description,
however if i try to get them with php then descripti
Hi all,
For curiosity, are there people here using Emacs to code in PHP?
What modes do you add? cedet, ecb,...
I see (just for the example) that Drupal has a short documentation page
for Emacs http://drupal.org/node/59868
Have you got some in your bookmarks for general PHP coding?
--
RMA.
-
rene7705 wrote:
I can't use anything like git on my shared hoster. But I suppose I could
use something like git at home, and use a sync script like I posted in my
OP on the shared hoster.
I have some legacy hosting packages which are just ftp access and BC just lists
them and allows me to mana
On Wed, May 2, 2012 at 11:47 AM, rene7705 wrote:
> I can't use anything like git on my shared hoster. But I suppose I could
> use something like git at home, and use a sync script like I posted in my
> OP on the shared hoster.
>
>
>
Maybe you git gurus can help me along a bit further.
I've manag
I can't use anything like git on my shared hoster. But I suppose I could
use something like git at home, and use a sync script like I posted in my
OP on the shared hoster.
22 matches
Mail list logo