I need to run a php script with includes from a cron job on a remote (hosted) Linux server. The cron job:
Code:
/bin/sh /usr/www/users/warmsafe/event_mgr/admin/sh_scripts/cron-lynx.sh
/bin/sh /usr/www/users/warmsafe/event_mgr/admin/sh_scripts/cron-lynx.sh
<form action="handle_event.php" method="POST" enctype="multipart/form-data">
<table id="event_edit" border="0">
<tr>
<td>
<label for="title">TITLE: </label>
</td>
<td class="input">
Private Sub memLast_Click()
On Error GoTo Err_memLast_Click
Dim stDocName As String
Dim stLinkCriteria As String
stLinkCriteria = "hhId=" & Me.hhId
DoCmd.OpenForm "frmHousehold", , , stLinkCriteria
Exit_memLast_Click:
Exit Sub
Leave a comment: