8,966 Posted Topics

Member Avatar for KJATL
Member Avatar for KJATL
0
122
Member Avatar for mcakirankumar

Not entirely sure what you mean. Do you want to print a part of what is shown on the screen ? Then you could use CSS to define what to show when you want to print. If this is not it, please provide an example.

Member Avatar for pritaeas
0
58
Member Avatar for srpa01red

First and second hit in google search: [url]http://dev.mysql.com/doc/refman/5.1/en/backup.html[/url] [url]http://code.google.com/p/mysqldump-incremental/[/url]

Member Avatar for pritaeas
0
64
Member Avatar for veledrom

Maybe this will help: [url]http://php.net/manual/en/simplexml.examples.php[/url]

Member Avatar for fpmurphy
0
63
Member Avatar for masocha

[url]http://onlinebusiness.volusion.com/articles/compare-merchant-account-credit-card-processing[/url]

Member Avatar for pritaeas
0
56
Member Avatar for kapi

The name of the checkbox will be in the POST array, only if it is selected. Do you have different names for them or are you using name="mycheckboxes[]" ?

Member Avatar for pritaeas
0
53
Member Avatar for Lib Auth

the top and bottom div's can be fixed size. the middle div will have a background-image 1 pixel high with a repeat-y. You can see something similar at one of my sites: kledingbank-limburg.nl The yellow/blue/white left and top is actually a 1 pixel image. Extract the css from the page, …

Member Avatar for kpeter
0
129
Member Avatar for szita1

If you really want to ignore them, just remove them from the php.ini, see error reporting, it is explained within the file.

Member Avatar for pritaeas
0
34
Member Avatar for veledrom

In the bottom example: [code=php] $createSample->pageElements($pageTitle, $pageKeywords, $pageContent); [/code] In the upper example: [code=php] $this->pageElements(); [/code] Here, the 3 parameters are missing. But I think you can remove the line.

Member Avatar for veledrom
0
52
Member Avatar for MidiMagic

If you're working in an IT company that keeps up to date, than you will have a programmer working alongside with a designer, so the programmer won't have to worry about this and just follow the guidelines of the designer.

Member Avatar for s32ialx
1
508
Member Avatar for KJATL
Member Avatar for KJATL
0
340
Member Avatar for kssi89
Member Avatar for srpa01red

This is a "disk full" error. Check your output path. [url]http://forums.mysql.com/read.php?35,84004,84007#msg-84007[/url] [url]http://www.vbulletin.com/forum/showthread.php?t=180491[/url]

Member Avatar for pritaeas
0
53
Member Avatar for dineshjaju

You can create a login function that will return a kind of session-id, which is stored on the server in the database. Use this id as a parameter for other functions. If the user logs off or a certain time period has expired, you can reset the id, thus forcing …

Member Avatar for pritaeas
0
50
Member Avatar for ashafaaiz
Re: php

[url]http://www.tizag.com/phpT/fileupload.php[/url] Do you have write permissions ?

Member Avatar for cwarn23
0
181
Member Avatar for srpa01red
Member Avatar for buddylee17
0
73
Member Avatar for ekachai_sing
Member Avatar for pritaeas
0
181
Member Avatar for viper34j
Member Avatar for Intrade
0
215
Member Avatar for turbomen
Member Avatar for shunnet

If you've installed the silverlight toolkit, then the controls are shown after you've started a new silverlight project.

Member Avatar for pritaeas
0
39
Member Avatar for gagan22

leave is a mysql statement. try putting backticks around it. [code] $sqlquery = "insert into `leave` (session_id,empid,`leave`,year) values('$_SESSION[id]', '$_SESSION[empid]', '$_POST[leavenum]', '$_POST[year]')"; $res = mysql_query($sqlquery,$link) or die('Error: ' . mysql_error()); [/code]

Member Avatar for pritaeas
0
71
Member Avatar for VelcroMan
Member Avatar for pritaeas
0
101
Member Avatar for jayb

You can include the images as a link to the website (which is easiest if the images are online already). Like this: [code] <img src="http://www.example.com/images/myimage.jpg" /> [/code] Another option could be to create a multipart email, but I'm not familiar enough to give an example. Probably someone else can give …

Member Avatar for nathenastle
0
94
Member Avatar for turbomen
Member Avatar for Elle Dee

I think you should use the 'name' attribute instead of the id attribute to name your controls. This is used in the POST or GET to the next page. Do not use the txtParam_ prefix on it, because your sql cannot handle it. [code=php] echo "<select name='" . $table['table'] . …

Member Avatar for pritaeas
1
283
Member Avatar for Frizeris

If you load your strings into a tstringlist, then you can use the random function to select a random line.

Member Avatar for pritaeas
0
78
Member Avatar for Squeak

I think it doesn't make a difference when compared to div's. If he wants to make his point, a good test would be to recreate a 'css zen garden' page. I'm sure it's possible and it would help him explain his point. Then it would be possible to compare them …

Member Avatar for Squeak
0
163
Member Avatar for sreya.n

it means it is searching for &acct= and returns everything that follows until it hits a "

Member Avatar for pritaeas
0
70
Member Avatar for stevejhon
Member Avatar for pritaeas
0
32
Member Avatar for RobertGaut

[code] <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl"> <xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/> <xsl:template match="FlowControl"> <body> <xsl:apply-templates select="Run" /> </body> </xsl:template> <xsl:template match="Run"> <xsl:if test="@FontStyle = 'Italic'"> <xsl:text disable-output-escaping="yes">&lt;em&gt;</xsl:text> </xsl:if> <xsl:if test="@FontWeight = 'Bold'"> <xsl:text disable-output-escaping="yes">&lt;strong&gt;</xsl:text> </xsl:if> <xsl:value-of select="."/> <xsl:if test="@FontWeight = 'Bold'"> <xsl:text disable-output-escaping="yes">&lt;/strong&gt;</xsl:text> </xsl:if> <xsl:if test="@FontStyle = 'Italic'"> …

Member Avatar for fpmurphy
0
96
Member Avatar for AutoC

You can either use require_once to include another file, or if you want something more fancy, you could use templates (smarty for example).

Member Avatar for kadimi
0
122
Member Avatar for mangel.murti
Member Avatar for turbomen

What is the problem ? The pseudo code is as it should be. You only have to replace it with actual statements.

Member Avatar for FlamingClaw
0
676
Member Avatar for dollycharm

I think the intention is to reduce all the spaces between the values in the xml to just one.

Member Avatar for fpmurphy
0
106
Member Avatar for theimben

[code=php] $loopnum = 0; foreach( $dataset as $row ) { $xmlEmails = $row->getElementsByTagName( "link" ); $xmlEmail = $xmlEmails->item(0)->nodeValue; $title = get_remotetitle($xmlEmails->item(0)->nodeValue); echo '<a href="'.$xmlEmail.'">'.$title.'</a><br />'; echo "<input type=\"hidden\" name=\"loopnum\" value=\"$loopnum\">"; $loopnum++; } [/code]

Member Avatar for pritaeas
0
76
Member Avatar for eswarsure
Member Avatar for Joanneb24

this will get you started: [url]http://nl.php.net/manual/en/function.pg-query.php[/url]

Member Avatar for Joanneb24
0
84
Member Avatar for mfran2002
Member Avatar for FlamingClaw
0
87
Member Avatar for frank754

I normally use the mysql functions for this: [url]http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html[/url]

Member Avatar for nav33n
0
163
Member Avatar for jeffc418
Member Avatar for madristaa
Member Avatar for pritaeas
0
286
Member Avatar for ash_85
Member Avatar for ash_85
0
91
Member Avatar for madristaa

Each comment line should be in it's own <tr>. You now have all comments inside one <td>. That won't work. I'll see if I can post code later.

Member Avatar for madristaa
0
111
Member Avatar for theimben

You're missing the closing curly bracket. [code=php] <?php $filename = 'http://static.php.net/www.php.net/images/php.gif'; $file = fopen($filename, 'rb'); $size = getimagesize($file); switch ($size['mime']) { case "IMAGETYPE_GIF": echo "Image is a gif"; break; case "IMAGETYPE_JPEG": echo "Image is a jpeg"; break; case "IMAGETYPE_PNG": echo "Image is a png"; break; } ?> [/code]

Member Avatar for pritaeas
0
73
Member Avatar for Bob Arctor

[code=php] <?php $result = mysql_query('SELECT MAX(mailer_id) FROM mailer_directory')or exit(mysql_error()); $row = mysql_fetch_array($result); echo 'the max mailer_id is ' . $row[0]; ?> [/code]

Member Avatar for Bob Arctor
0
110
Member Avatar for EmperorDass

HTTP/1.1 500 is a server error. Try a different site first. Maybe it's not your problem.

Member Avatar for EmperorDass
0
687
Member Avatar for etc123
Member Avatar for pritaeas
0
92
Member Avatar for dmorison

Since you're using class variables, you need to specify them using $this. [code=php] public function addPlayer (Player $x) { $this->plist[] = $x; echo "players added. total: ".count($this->plist); } [/code]

Member Avatar for dmorison
0
111
Member Avatar for shasha821110

[code=php] <?php $id = $_GET['id']; $xml = new SimpleXMLElement(file_get_contents('item.xml')); $item = $xml->xpath("/root/items/item[@id='{$id}']"); print_r($item); echo '<hr/>'; $items = $item[0]->xpath("../..");//want to go to the items print_r($items); ?> [/code] I've put print_r and a line in between, so you can see what happens. xpath returns an array, even though there is only one …

Member Avatar for pritaeas
0
225
Member Avatar for Coward

See the "Documentation for the latest release" on pear.php.net. It has the test file. Learn from that, since the package is still undocumented.

Member Avatar for Coward
0
174

The End.